Home
last modified time | relevance | path

Searched refs:allocations (Results 1 – 25 of 88) sorted by relevance

1234

/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() argument
56 this(allocations.size(), Allocation.getTotalSize(allocations), reps, in AllocationStats()
57 ImmutableMultiset.copyOf(allocations)); in AllocationStats()
61 Multiset<Allocation> allocations) { in AllocationStats() argument
68 this.allocations = Multisets.copyHighestCountFirst(allocations); in AllocationStats()
85 for (Entry<Allocation> entry : baseline.allocations.entrySet()) { in minus()
86 int superCount = allocations.count(entry.getElement()); in minus()
101 Multisets.difference(allocations, baseline.allocations)); in minus()
121 Multisets.difference(allocations, baseline.allocations), in delta()
[all …]
DAllAllocationsRecorder.java36 private final ConcurrentHashMultiset<Allocation> allocations = ConcurrentHashMultiset.create(); field in AllAllocationsRecorder
66 allocations.add(
81 allocations.clear(); in doStartRecording()
88 return new AllocationStats(allocations, reps); in stopRecording()
DAllocation.java42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize() argument
44 for (Allocation allocation : allocations) { in getTotalSize()
/external/selinux/libselinux/utils/
Davcstat.c33 unsigned long long allocations; member
188 &tmp.allocations, in main()
197 tot.allocations += tmp.allocations; in main()
209 tot.allocations, tot.reclaims, tot.frees); in main()
214 rel.allocations = tot.allocations - last.allocations; in main()
219 rel.allocations, rel.reclaims, rel.frees); in main()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.cpp356 std::vector<AllocationSlot> allocations; in validateAllocationCallbacks() local
396 ptrToSlotIndex[record.data.allocation.returnedPtr] = allocations.size(); in validateAllocationCallbacks()
397 allocations.push_back(AllocationSlot(record, true)); in validateAllocationCallbacks()
402 if (!allocations[slotNdx].isLive) in validateAllocationCallbacks()
404 allocations[slotNdx].isLive = true; in validateAllocationCallbacks()
405 allocations[slotNdx].record = record; in validateAllocationCallbacks()
423 AllocationSlot& origSlot = allocations[origSlotNdx]; in validateAllocationCallbacks()
441 allocations[origSlotNdx].record = record; in validateAllocationCallbacks()
447 allocations[origSlotNdx].isLive = false; in validateAllocationCallbacks()
450 ptrToSlotIndex[record.data.reallocation.returnedPtr] = allocations.size(); in validateAllocationCallbacks()
[all …]
/external/opencv3/modules/core/src/
Dcuda_stream.cpp71 std::vector<size_t> allocations; member in __anon81e7630e0111::MemoryStack
87 allocations.push_back(size); in requestMemory()
99 CV_Assert( allocSize == allocations.back() ); in returnMemory()
100 allocations.pop_back(); in returnMemory()
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_malloc_mac.inc58 // FIXME: ASan should support purgeable allocations.
65 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
71 // FIXME: ASan should support purgeable allocations. Ignoring them is fine
/external/glide/third_party/gif_decoder/
DREADME.third_party11 also been adapted to reduce memory allocations in the decoding process to
/external/webrtc/webrtc/p2p/base/
Dtestturnserver.h93 const TurnServer::AllocationMap& map = server_.allocations(); in FindAllocation()
Dturnport_unittest.cc925 ASSERT_GT(turn_server_.server()->allocations().size(), 0U); in TEST_F()
960 ASSERT_GT(turn_server_.server()->allocations().size(), 0U); in TEST_F()
962 EXPECT_EQ_WAIT(0U, turn_server_.server()->allocations().size(), kTimeout); in TEST_F()
972 ASSERT_GT(turn_server_.server()->allocations().size(), 0U); in TEST_F()
974 EXPECT_EQ_WAIT(0U, turn_server_.server()->allocations().size(), kTimeout); in TEST_F()
Dturnserver.h175 const AllocationMap& allocations() const { return allocations_; } in allocations() function
/external/compiler-rt/lib/lsan/
Dlsan_common.cc588 uptr bytes = 0, allocations = 0; in PrintSummary() local
592 allocations += leaks_[i].hit_count; in PrintSummary()
596 allocations); in PrintSummary()
/external/eigen/unsupported/Eigen/src/SVD/
DTODOBdcsvd.txt5 (optional optimization) - do all the allocations in the allocate part
/external/srtp/
DTODO65 functions, so that there need not be multiple allocations within a
/external/jemalloc/
DAndroid.bp35 // then small allocations will take longer to complete.
39 // then large allocations will take longer to complete.
DChangeLog89 allocations that have been randomly assigned an offset of 0 when
98 allocations when --enable-cache-oblivious configure option is enabled.
99 - Fix xallocx(..., MALLOCX_ZERO) to zero trailing bytes of huge allocations
112 allocations. xallocx() is in general incapable of moving small allocations,
278 which arenas own which huge allocations.
347 - Use dss allocation precedence for huge allocations as well as small/large
348 allocations.
798 - Fix an allocation bug for small allocations that could be triggered if
/external/llvm/docs/
DInAlloca.rst96 The rule against allocas between argument allocations and the call site
108 allocations.
/external/llvm/test/CodeGen/AMDGPU/
Daddrspacecast.ll38 ; scratch allocations again.
/external/valgrind/perf/
DREADME23 a few different size allocations are used.
/external/tlsdate/
DHACKING.md80 Try to avoid static allocations like the following:
/external/iproute2/tipc/
DREADME57 memory allocations are on the stack.
/external/google-breakpad/src/client/ios/
DBreakpad.mm65 // We want any memory allocations which are used by breakpad during the
71 // NOTE: Any memory allocations which are not used during the exception
602 // breakpad allocations which are accessed at exception handling time.
608 // since once it does its allocations and locks the memory, smashes to
/external/deqp/doc/testspecs/VK/
Dsparse_resources.txt22 …l to the alignment parameter of buffer's memory requirements. The number of allocations is equal to
42 of the image memory requirements. The number of allocations is equal to imageRequirements.size / im…
/external/opencv3/doc/tutorials/gpu/gpu-basics-similarity/
Dgpu_basics_similarity.markdown133 …{ // Data allocations are very expensive on GPU. Use a buffer to solve: allocate once reuse late…
169 costly data allocations for the algorithm and return back right away. Now you can call another
176 however while that happens makes the output buffer allocations for the function to be executed
/external/clang/docs/
DAddressSanitizer.rst239 depends on the allocations sizes. The smaller the allocations you make the

1234