Searched refs:internal_stats (Results 1 – 3 of 3) sorted by relevance
131 uptr internal_stats[AllocatorStatCount]; in WriteMemoryProfile() local132 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()135 stacks.allocated + internal_stats[AllocatorStatMapped]; in WriteMemoryProfile()146 mem[MemOther] >> 20, internal_stats[AllocatorStatMapped] >> 20, in WriteMemoryProfile()
129 uptr internal_stats[AllocatorStatCount]; in WriteMemoryProfile() local130 internal_allocator()->GetStats(internal_stats); in WriteMemoryProfile()133 internal_stats[AllocatorStatMapped]; in WriteMemoryProfile()144 mem[MemOther] >> 20, internal_stats[AllocatorStatMapped] >> 20, in WriteMemoryProfile()
394 if args.internal_stats: