Searched defs:allocations (Results 1 – 8 of 8) sorted by relevance
40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats()61 Multiset<Allocation> allocations) { in AllocationStats()
36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
33 unsigned long long allocations; member
175 const AllocationMap& allocations() const { return allocations_; } in allocations() function
71 std::vector<size_t> allocations; member in __anon9033fd5a0111::MemoryStack
356 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local
588 uptr bytes = 0, allocations = 0; in PrintSummary() local