Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/asan/
H A Dasan_stats.cc73 static uptr max_malloced_memory; variable
97 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats()
98 max_malloced_memory = stats->malloced; in GetAccumulatedStats()
113 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/asan/
H A Dasan_stats.cpp72 static uptr max_malloced_memory; variable
96 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats()
97 max_malloced_memory = stats->malloced; in GetAccumulatedStats()
112 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/asan/
H A Dasan_stats.cc71 static uptr max_malloced_memory; variable
95 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats()
96 max_malloced_memory = stats->malloced; in GetAccumulatedStats()
111 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()