Searched refs:max_malloced_memory (Results 1 – 1 of 1) sorted by relevance
77 static uptr max_malloced_memory; variable101 if (max_malloced_memory < stats->malloced) { in GetAccumulatedStats()102 max_malloced_memory = stats->malloced; in GetAccumulatedStats()117 malloc_stats->max_size_in_use = max_malloced_memory; in FillMallocStatistics()