Searched defs:allocations (Results 1 – 11 of 11) 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
84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
220 std::vector<v8::AllocationProfile::Allocation> allocations; in TranslateAllocationNode() local
605 std::vector<Allocation> allocations; member
364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local
621 uptr bytes = 0, allocations = 0; in PrintSummary() local
87 std::vector<AllocationSp> allocations; //!< actual allocated memory member