Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dmulti_heap_platform.h70 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) (HEAD)->task = xTaskGetCurrentTaskHandle() macro
74 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) macro
92 #define MULTI_HEAP_SET_BLOCK_OWNER(HEAD) macro
Dmulti_heap_poisoning.c75 MULTI_HEAP_SET_BLOCK_OWNER(head); in poison_allocated_region()