Searched refs:FillOrderedProfile (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h185 int FillOrderedProfile(char buf[], int size) const;
422 // Helper for IterateOrderedAllocContexts and FillOrderedProfile.
H A Dheap-profiler.cc246 bytes_written = heap_profile->FillOrderedProfile(buf, buflen - 1);
247 // FillOrderedProfile should not reduce the set of active mmap-ed regions,
250 // if this fails, we somehow removed by FillOrderedProfile
H A Dheap-profile-table.cc400 int HeapProfileTable::FillOrderedProfile(char buf[], int size) const { function in class:HeapProfileTable
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h168 int FillOrderedProfile(char buf[], int size) const;
191 // FillOrderedProfile and IterateOrderedAllocContexts will contain mmap'ed
195 // Clear the internal mmap information. Results of FillOrderedProfile and
312 // Helper for IterateOrderedAllocContexts and FillOrderedProfile.
H A Dheap-profiler.cc191 bytes_written = heap_profile->FillOrderedProfile(buf, buflen - 1);
H A Dheap-profile-table.cc412 int HeapProfileTable::FillOrderedProfile(char buf[], int size) const { function in class:HeapProfileTable

Completed in 96 milliseconds