Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dmulti_heap_platform.h75 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) (HEAD)->task = xTaskGetCurrentTaskHandle() macro
79 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) macro
97 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) macro
Dmulti_heap_poisoning.c74 MULTI_HEAP_SET_BLOCK_OWNER(head); in poison_allocated_region()