pub unsafe extern "C" fn xPortcheckValidStackMem(
    ptr: *const c_void
) -> bool
Expand description

@brief Checks if a given piece of memory can be used to store a task’s stack

  • Defined in heap_idf.c

@param ptr Pointer to memory @return true Memory can be used to store a task stack @return false Otherwise