/external/caliper/caliper/src/main/java/com/google/caliper/worker/ |
D | AllocationStats.java | 40 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 …]
|
D | AllAllocationsRecorder.java | 36 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()
|
D | Allocation.java | 42 static long getTotalSize(Collection<Allocation> allocations) { in getTotalSize() argument 44 for (Allocation allocation : allocations) { in getTotalSize()
|
/external/selinux/libselinux/utils/ |
D | avcstat.c | 33 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/ |
D | vkAllocationCallbackUtil.cpp | 356 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/ |
D | cuda_stream.cpp | 71 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/ |
D | sanitizer_malloc_mac.inc | 58 // 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/ |
D | README.third_party | 11 also been adapted to reduce memory allocations in the decoding process to
|
/external/webrtc/webrtc/p2p/base/ |
D | testturnserver.h | 93 const TurnServer::AllocationMap& map = server_.allocations(); in FindAllocation()
|
D | turnport_unittest.cc | 925 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()
|
D | turnserver.h | 175 const AllocationMap& allocations() const { return allocations_; } in allocations() function
|
/external/compiler-rt/lib/lsan/ |
D | lsan_common.cc | 588 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/ |
D | TODOBdcsvd.txt | 5 (optional optimization) - do all the allocations in the allocate part
|
/external/srtp/ |
D | TODO | 65 functions, so that there need not be multiple allocations within a
|
/external/jemalloc/ |
D | Android.bp | 35 // then small allocations will take longer to complete. 39 // then large allocations will take longer to complete.
|
D | ChangeLog | 89 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/ |
D | InAlloca.rst | 96 The rule against allocas between argument allocations and the call site 108 allocations.
|
/external/llvm/test/CodeGen/AMDGPU/ |
D | addrspacecast.ll | 38 ; scratch allocations again.
|
/external/valgrind/perf/ |
D | README | 23 a few different size allocations are used.
|
/external/tlsdate/ |
D | HACKING.md | 80 Try to avoid static allocations like the following:
|
/external/iproute2/tipc/ |
D | README | 57 memory allocations are on the stack.
|
/external/google-breakpad/src/client/ios/ |
D | Breakpad.mm | 65 // 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/ |
D | sparse_resources.txt | 22 …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/ |
D | gpu_basics_similarity.markdown | 133 …{ // 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/ |
D | AddressSanitizer.rst | 239 depends on the allocations sizes. The smaller the allocations you make the
|