Searched defs:AllocationMark (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-table.h70 enum AllocationMark { enum in class:HeapProfileTable
144 // Mark all currently known allocations with the given AllocationMark.
145 void MarkCurrentAllocations(AllocationMark mark);
147 // Mark all unmarked (i.e. marked with AllocationMark::UNMARKED) with the
149 void MarkUnmarkedAllocations(AllocationMark mark);
224 void DumpMarkedObjects(AllocationMark mark, const char* file_name);
260 AllocationMark mark() const {
261 return static_cast<AllocationMark>(bucket_rep & uintptr_t(kMask));
263 void set_mark(AllocationMark mark) {
310 DumpMarkedArgs(RawFD fd_arg, AllocationMark mark_ar
[all...]

Completed in 72 milliseconds