Searched refs:deep_profile (Results 1 – 3 of 3) sorted by relevance
223 static DeepHeapProfile* deep_profile = NULL; // deep memory profiler variable304 if (deep_profile) { in DumpProfileLocked()305 deep_profile->DumpOrderedProfile(reason, global_profiler_buffer, in DumpProfileLocked()535 deep_profile = new(ProfilerMalloc(sizeof(DeepHeapProfile))) in HeapProfilerStart()601 if (deep_profile) { in HeapProfilerStop()603 deep_profile->~DeepHeapProfile(); in HeapProfilerStop()604 ProfilerFree(deep_profile); in HeapProfilerStop()605 deep_profile = NULL; in HeapProfilerStop()
818 DeepHeapProfile* deep_profile, in SnapshotMaps() argument840 mmap_iter, memory_residence_info_getter, deep_profile); in SnapshotMaps()895 mmap_iter, memory_residence_info_getter, deep_profile); in SnapshotMaps()1025 DeepHeapProfile* deep_profile) { in SnapshotAllocations() argument1028 deep_profile->heap_profile_->address_map_->Iterate(RecordAlloc, deep_profile); in SnapshotAllocations()1080 DeepHeapProfile* deep_profile) { in RecordAlloc() argument1082 size_t committed = deep_profile->memory_residence_info_getter_->CommittedSize( in RecordAlloc()1085 DeepBucket* deep_bucket = deep_profile->deep_table_.Lookup( in RecordAlloc()1092 deep_profile->stats_.profiled_malloc_.AddToVirtualBytes(alloc_value->bytes); in RecordAlloc()1093 deep_profile->stats_.profiled_malloc_.AddToCommittedBytes(committed); in RecordAlloc()[all …]
342 DeepHeapProfile* deep_profile,346 void SnapshotAllocations(DeepHeapProfile* deep_profile);356 DeepHeapProfile* deep_profile);361 DeepHeapProfile* deep_profile);