Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dbookkeeping.h288 struct CallstackAllocations { struct
289 CallstackAllocations(GlobalCallstackTrie::Node* n) : node(n) {} in CallstackAllocations() argument
300 ~CallstackAllocations() { GlobalCallstackTrie::DecrementNode(node); } in ~CallstackAllocations() argument