Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp72 static uptr max_malloced_memory; variable
96 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats()
97 max_malloced_memory = stats->malloced; in GetAccumulatedStats()