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

/openbsd-current/gnu/llvm/compiler-rt/lib/asan/
H A Dasan_stats.cpp72 static uptr max_malloced_memory; member in namespace:__asan
96 if (max_malloced_memory < stats->malloced) {
97 max_malloced_memory = stats->malloced;
112 malloc_stats->max_size_in_use = max_malloced_memory;
/openbsd-current/gnu/llvm/compiler-rt/lib/memprof/
H A Dmemprof_stats.cpp72 static uptr max_malloced_memory; member in namespace:__memprof
96 if (max_malloced_memory < stats->malloced) {
97 max_malloced_memory = stats->malloced;

Completed in 92 milliseconds