Home
last modified time | relevance | path

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

/hal_espressif-2.7.6/components/heap/
Dmulti_heap_platform.h84 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) ((HEAD)->task) macro
88 #define MULTI_HEAP_GET_BLOCK_OWNER(HEAD) (NULL) macro
106 #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()