sanitizer_allocator_primary64.h | 131 region->stats.n_freed += n_chunks; 153 region->stats.n_allocated += n_chunks; 226 static void FillMemoryProfile(uptr start, uptr rss, bool file, uptr *stats, 229 if (stats[class_id] == start) 230 stats[class_id] = rss; 236 uptr in_use = region->stats.n_allocated - region->stats.n_freed; 243 region->mapped_user >> 10, region->stats.n_allocated, 244 region->stats.n_freed, in_use, region->num_freed_chunks, avail_chunks, 266 n_allocated += region->stats.n_allocated 606 Stats stats; local in function:SizeClassAllocator64::ALIGNED [all...] |