Home
last modified time | relevance | path

Searched refs:CallstackAllocations (Results 1 – 2 of 2) 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
302 bool operator<(const CallstackAllocations& other) const {
308 Allocation(uint64_t size, uint64_t seq, CallstackAllocations* csa) in Allocation()
339 CallstackAllocations* callstack_allocations;
347 CallstackAllocations* MaybeCreateCallstackAllocations( in MaybeCreateCallstackAllocations()
377 std::map<GlobalCallstackTrie::Node*, CallstackAllocations>
Dbookkeeping.cc144 const CallstackAllocations& alloc = it->second; in Dump()
166 const CallstackAllocations& alloc = it->second; in Dump()
190 const CallstackAllocations& alloc = it->second; in GetSizeForTesting()