Home
last modified time | relevance | path

Searched refs:MULTI_HEAP_GET_BLOCK_OWNER (Results 1 – 2 of 2) sorted by relevance

/hal_espressif-3.6.0/components/heap/
Dmulti_heap_platform.h76 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) ((HEAD)->task) macro
80 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) macro
98 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) macro
Dmulti_heap_poisoning.c333 return MULTI_HEAP_GET_BLOCK_OWNER((poison_head_t*)multi_heap_get_block_address_impl(block)); in multi_heap_get_block_owner()