Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_trace_standalone.c145 if (mode != HEAP_TRACE_ALL || STACK_DEPTH == 0 || rec->freed_by[0] == NULL) { in heap_trace_dump()
152 printf("%p%s", rec->freed_by[j], in heap_trace_dump()
229 memcpy(buffer[i].freed_by, callers, sizeof(void *) * STACK_DEPTH); in record_free()
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h45 …void *freed_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which freed the m… member