Searched defs:allocations (Results 1 – 9 of 9) 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
220 std::vector<v8::AllocationProfile::Allocation> allocations; in TranslateAllocationNode() local
495 std::vector<Allocation> allocations; member
364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local
588 uptr bytes = 0, allocations = 0; in PrintSummary() local