Searched refs:alloced_by (Results 1 – 4 of 4) sorted by relevance
140 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()
44 …void *alloced_by[CONFIG_HEAP_TRACING_STACK_DEPTH]; ///< Call stack of the caller which allocated t… member
103 get_call_stack(rec.alloced_by);145 memcpy(rec.alloced_by, callers, sizeof(void *) * STACK_DEPTH);
84 esp_sysview_heap_trace_alloc(record->address, record->size, record->alloced_by); in record_allocation()