Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping.h110 struct CallstackAllocations { struct
111 explicit CallstackAllocations(GlobalCallstackTrie::Node* n) : node(n) {} in CallstackAllocations() function
122 ~CallstackAllocations() { GlobalCallstackTrie::DecrementNode(node); } in ~CallstackAllocations() argument
H A Dbookkeeping_unittest.cc80 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
95 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
96 hd.GetCallstackAllocations([](const HeapTracker::CallstackAllocations&) {}); in TEST()
301 [](const HeapTracker::CallstackAllocations&) {}); in TEST()