Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_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()
112 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
/freebsd-src/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()