Searched refs:CallstackAllocations (Results 1 – 2 of 2) sorted by relevance
288 struct CallstackAllocations { struct289 CallstackAllocations(GlobalCallstackTrie::Node* n) : node(n) {} in CallstackAllocations() argument300 ~CallstackAllocations() { GlobalCallstackTrie::DecrementNode(node); } in ~CallstackAllocations() argument302 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>
144 const CallstackAllocations& alloc = it->second; in Dump()166 const CallstackAllocations& alloc = it->second; in Dump()190 const CallstackAllocations& alloc = it->second; in GetSizeForTesting()