Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c332 for (int j = 0; j < STACK_DEPTH && r_cur->alloced_by[j] != 0; j++) { in heap_trace_dump_base()
333 esp_rom_printf("%p%s", r_cur->alloced_by[j], in heap_trace_dump_base()
525 memcpy(r_dest->alloced_by, r_src->alloced_by, sizeof(void *) * STACK_DEPTH); in record_deep_copy()
/hal_espressif-latest/components/heap/include/
Desp_heap_trace.h37 …void *alloced_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which allocated t… member
Dheap_trace.inc105 get_call_stack(rec.alloced_by);
147 memcpy(rec.alloced_by, callers, sizeof(void *) * STACK_DEPTH);