Home
last modified time | relevance | path

Searched refs:max_size_in_use (Results 1 – 3 of 3) sorted by relevance

/external/compiler-rt/lib/asan/
Dasan_stats.h64 uptr max_size_in_use; member
Dasan_stats.cc113 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
/external/libchrome/base/trace_event/
Dmalloc_dump_provider.cc131 resident_size = stats.max_size_in_use; in OnMemoryDump()