HomeSort by: relevance | last modified time | path
    Searched defs:max_malloced_memory (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_stats.cc 73 static uptr max_malloced_memory; variable in namespace:__asan
97 if (max_malloced_memory < stats->malloced) {
98 max_malloced_memory = stats->malloced;
113 malloc_stats->max_size_in_use = max_malloced_memory;

Completed in 12 milliseconds