Home
last modified time | relevance | path

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

/hal_espressif-latest/components/heap/
Dheap_trace_standalone.c89 static size_t total_hashmap_miss; variable
124 total_hashmap_miss++; in map_find()
174 total_hashmap_miss = 0; in heap_trace_start()
276 summary->total_hashmap_miss = total_hashmap_miss; 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-latest/components/heap/include/
Desp_heap_trace.h60 …size_t total_hashmap_miss; ///< If hashmap is used, the total number of misses (possibly due… member