Home
last modified time | relevance | path

Searched defs:allocations (Results 1 – 11 of 11) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/worker/
DAllocationStats.java40 private final ImmutableMultiset<Allocation> allocations; field in AllocationStats
55 AllocationStats(Collection<Allocation> allocations, int reps) { in AllocationStats()
61 Multiset<Allocation> allocations) { in AllocationStats()
DAllAllocationsRecorder.java36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
DAllocation.java42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize()
/external/selinux/libselinux/utils/
Davcstat.c33 unsigned long long allocations; member
/external/webrtc/webrtc/p2p/base/
Dturnserver.h175 const AllocationMap& allocations() const { return allocations_; } in allocations() function
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/internal/io/
DRealConnection.java84 public final List<Reference<StreamAllocation>> allocations = new ArrayList<>(); field in RealConnection
/external/v8/src/profiler/
Dsampling-heap-profiler.cc220 std::vector<v8::AllocationProfile::Allocation> allocations; in TranslateAllocationNode() local
/external/v8/include/
Dv8-profiler.h605 std::vector<Allocation> allocations; member
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp364 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local
/external/compiler-rt/lib/lsan/
Dlsan_common.cc621 uptr bytes = 0, allocations = 0; in PrintSummary() local
/external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
DvktSparseResourcesBufferTests.cpp87 std::vector<AllocationSp> allocations; //!< actual allocated memory member