Home
last modified time | relevance | path

Searched defs:CallstackAllocations (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/profiling/memory/
Dbookkeeping.h110 struct CallstackAllocations { struct
111 explicit CallstackAllocations(GlobalCallstackTrie::Node* n) : node(n) {} in CallstackAllocations() function
122 ~CallstackAllocations() { GlobalCallstackTrie::DecrementNode(node); } in ~CallstackAllocations() argument
Dbookkeeping_unittest.cc86 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
101 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
102 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
307 [](const HeapTracker::CallstackAllocations&) {}); in TEST()