Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dmulti_heap_platform.h71 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) ((HEAD)->task) macro
75 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) macro
93 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) macro
Dmulti_heap_poisoning.c356 return MULTI_HEAP_GET_BLOCK_OWNER((poison_head_t*)multi_heap_get_block_address_impl(block)); in multi_heap_get_block_owner()