Home
last modified time | relevance | path

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

/hal_espressif-3.7.0/components/heap/
Dheap_trace_standalone.c88 static size_t total_hashmap_hits; variable
120 total_hashmap_hits++; in map_find()
173 total_hashmap_hits = 0; in heap_trace_start()
275 summary->total_hashmap_hits = total_hashmap_hits; in heap_trace_summary()
369 (size_t)CONFIG_HEAP_TRACE_HASH_MAP_SIZE, total_hashmap_hits, total_hashmap_miss); in heap_trace_dump_base()
/hal_espressif-3.7.0/components/heap/include/
Desp_heap_trace.h59 size_t total_hashmap_hits; ///< If hashmap is used, the total number of hits member