AllocationMark 291 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::MarkCurrentAllocations(AllocationMark mark) { AllocationMark 296 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::MarkUnmarkedAllocations(AllocationMark mark) { AllocationMark 352 third_party/tcmalloc/chromium/src/heap-profile-table.cc void HeapProfileTable::DumpMarkedObjects(AllocationMark mark, AllocationMark 145 third_party/tcmalloc/chromium/src/heap-profile-table.h void MarkCurrentAllocations(AllocationMark mark); AllocationMark 149 third_party/tcmalloc/chromium/src/heap-profile-table.h void MarkUnmarkedAllocations(AllocationMark mark); AllocationMark 224 third_party/tcmalloc/chromium/src/heap-profile-table.h void DumpMarkedObjects(AllocationMark mark, const char* file_name); AllocationMark 260 third_party/tcmalloc/chromium/src/heap-profile-table.h AllocationMark mark() const { AllocationMark 261 third_party/tcmalloc/chromium/src/heap-profile-table.h return static_cast<AllocationMark>(bucket_rep & uintptr_t(kMask)); AllocationMark 263 third_party/tcmalloc/chromium/src/heap-profile-table.h void set_mark(AllocationMark mark) { AllocationMark 310 third_party/tcmalloc/chromium/src/heap-profile-table.h DumpMarkedArgs(RawFD fd_arg, AllocationMark mark_arg) AllocationMark 316 third_party/tcmalloc/chromium/src/heap-profile-table.h AllocationMark mark; // The mark of the allocations to process. AllocationMark 321 third_party/tcmalloc/chromium/src/heap-profile-table.h MarkArgs(AllocationMark mark_arg, bool mark_all_arg) AllocationMark 326 third_party/tcmalloc/chromium/src/heap-profile-table.h AllocationMark mark; // The mark to put on allocations.