Searched refs:currently_allocated (Results 1 – 1 of 1) sorted by relevance
1053 stats.currently_allocated += map_size; in Allocate()1054 stats.max_allocated = Max(stats.max_allocated, stats.currently_allocated); in Allocate()1084 stats.currently_allocated -= h->map_size; in Deallocate()1190 stats.currently_allocated >> 10, stats.max_allocated >> 20); in PrintStats()1248 uptr n_allocs, n_frees, currently_allocated, max_allocated, by_size_log[64]; member