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

/external/compiler-rt/lib/asan/
H A Dasan_stats.cc75 static uptr max_malloced_memory; member in namespace:__asan
105 if (max_malloced_memory < accumulated_stats.malloced) {
106 max_malloced_memory = accumulated_stats.malloced;
126 malloc_stats->max_size_in_use = max_malloced_memory;

Completed in 68 milliseconds