HomeSort by relevance Sort by last modified time
    Searched full:max_malloced_memory (Results 1 - 1 of 1) sorted by null

  /external/compiler-rt/lib/asan/
asan_stats.cc 75 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 54 milliseconds