Function esp_idf_sys::xPortCheckValidListMem
source ยท pub unsafe extern "C" fn xPortCheckValidListMem(
ptr: *const c_void,
) -> bool
Expand description
@brief Checks if a given piece of memory can be used to store a FreeRTOS list
- Defined in heap_idf.c
@param ptr Pointer to memory @return true Memory can be used to store a List @return false Otherwise