Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/heap/
Dheap_trace_standalone.c140 for (int j = 0; j < STACK_DEPTH && rec->alloced_by[j] != 0; j++) { in heap_trace_dump()
141 printf("%p%s", rec->alloced_by[j], in heap_trace_dump()
/hal_espressif-3.6.0/components/heap/include/
Desp_heap_trace.h44 …void *alloced_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which allocated t… member
Dheap_trace.inc103 get_call_stack(rec.alloced_by);
145 memcpy(rec.alloced_by, callers, sizeof(void *) * STACK_DEPTH);
/hal_espressif-3.6.0/components/app_trace/
Dheap_trace_tohost.c84 esp_sysview_heap_trace_alloc(record->address, record->size, record->alloced_by); in record_allocation()