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