Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c441 heap_trace_record_t *r_found = list_find_address_reverse(p); in record_free() local
442 if (r_found) { in record_free()
446 memcpy(r_found->freed_by, callers, sizeof(void *) * STACK_DEPTH); in record_free()
451 list_remove(r_found); in record_free()
570 heap_trace_record_t *r_found = NULL; in list_find_address_reverse() local
574 r_found = map_find(p); in list_find_address_reverse()
576 if (r_found != NULL) { in list_find_address_reverse()
577 return r_found; in list_find_address_reverse()
586 r_found = r_cur; in list_find_address_reverse()
591 return r_found; in list_find_address_reverse()