Searched refs:r_cur (Results 1 – 1 of 1) sorted by relevance
117 heap_trace_record_t *r_cur = NULL; in map_find() local118 TAILQ_FOREACH(r_cur, &hash_map[idx], tailq_hashmap) { in map_find()119 if (r_cur->address == p) { in map_find()121 return r_cur; in map_find()304 heap_trace_record_t *r_cur = TAILQ_FIRST(&records.list); in heap_trace_dump_base() local309 if (r_cur == NULL) { in heap_trace_dump_base()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()[all …]