Lines Matching refs:address
104 size_t idx = hash_idx(r_add->address); in map_add()
110 size_t idx = hash_idx(r_remove->address); in map_remove()
119 if (r_cur->address == p) { in map_find()
314 bool should_print = r_cur->address != NULL && in heap_trace_dump_base()
316 (internal_ram && esp_ptr_internal(r_cur->address)) || in heap_trace_dump_base()
317 (psram && esp_ptr_external_ram(r_cur->address))); in heap_trace_dump_base()
322 if (esp_ptr_internal(r_cur->address)) { in heap_trace_dump_base()
325 if (esp_ptr_external_ram(r_cur->address)) { in heap_trace_dump_base()
330 r_cur->size, r_cur->address, label, r_cur->ccount & 1, r_cur->ccount & ~3); in heap_trace_dump_base()
389 if (!tracing || r_allocation->address == NULL) { in record_allocation()
487 r_remove->address = 0; in list_remove()
508 assert(r_unused->address == NULL); in list_pop_unused()
522 r_dest->address = r_src->address; in record_deep_copy()
585 if (r_cur->address == p) { in list_find_address_reverse()