Home
last modified time | relevance | path

Searched refs:deep_profile (Results 1 – 3 of 3) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
Dheap-profiler.cc223 static DeepHeapProfile* deep_profile = NULL; // deep memory profiler variable
304 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()
Ddeep-heap-profile.cc818 DeepHeapProfile* deep_profile, in SnapshotMaps() argument
840 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() argument
1028 deep_profile->heap_profile_->address_map_->Iterate(RecordAlloc, deep_profile); in SnapshotAllocations()
1080 DeepHeapProfile* deep_profile) { in RecordAlloc() argument
1082 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 …]
Ddeep-heap-profile.h342 DeepHeapProfile* deep_profile,
346 void SnapshotAllocations(DeepHeapProfile* deep_profile);
356 DeepHeapProfile* deep_profile);
361 DeepHeapProfile* deep_profile);