Home
last modified time | relevance | path

Searched defs:AllocationStats (Results 1 – 2 of 2) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java36 final class AllocationStats { class
47 AllocationStats(int allocationCount, long allocationSize, int reps) { in AllocationStats() method in AllocationStats
55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats() method in AllocationStats
60 private AllocationStats(int allocationCount, long allocationSize, int reps, in AllocationStats() method in AllocationStats
/external/v8/src/heap/
Dallocation-stats.h25 AllocationStats() { Clear(); } in AllocationStats() function