Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_caps.c19 #define CALL_HOOK(hook, ...) { \ macro
25 #define CALL_HOOK(hook, ...) {} macro
171 CALL_HOOK(esp_heap_trace_alloc_hook, iptr, size, caps); in heap_caps_malloc_base()
178 CALL_HOOK(esp_heap_trace_alloc_hook, ret, size, caps); in heap_caps_malloc_base()
390 CALL_HOOK(esp_heap_trace_free_hook, ptr); in heap_caps_free()
444 CALL_HOOK(esp_heap_trace_alloc_hook, r, size, caps); in heap_caps_realloc_base()
697 CALL_HOOK(esp_heap_trace_alloc_hook, ret, size, caps); in heap_caps_aligned_alloc()