Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c337 if (mode != HEAP_TRACE_ALL || STACK_DEPTH == 0 || r_cur->freed_by[0] == NULL) { in heap_trace_dump_base()
344 esp_rom_printf("%p%s", r_cur->freed_by[j], in heap_trace_dump_base()
446 memcpy(r_found->freed_by, callers, sizeof(void *) * STACK_DEPTH); in record_free()
524 memcpy(r_dest->freed_by, r_src->freed_by, sizeof(void *) * STACK_DEPTH); in record_deep_copy()
/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h38 …void *freed_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which freed the m… member