xPortcheckValidStackMem() function
Checks if a given piece of memory can be used to store a task's stack - Defined in heap_idf.c
Syntax
bool xPortcheckValidStackMem(const void *ptr); Return value
true Memory can be used to store a task stack false Otherwise
xPortcheckValidStackMem() is called by 1 function and calls 2 functions:
![]()
xPortcheckValidStackMem()
xPortcheckValidStackMem():
![]()
xPortcheckValidStackMem()