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