Home
last modified time | relevance | path

Searched defs:Heap (Results 1 – 25 of 33) sorted by relevance

12

/external/perfetto/docs/case-studies/
Dmemory.md324 ### {#capture-profile-native} Capturing the profile
346 ### Viewing the data
389 ### {#capture-profile-java} Dumping the java heap
403 ### Viewing the Data
/external/rust/crates/buddy_system_allocator/src/
Dlib.rs49 pub struct Heap<const ORDER: usize> { struct
59 impl<const ORDER: usize> Heap<ORDER> { argument
201 impl<const ORDER: usize> fmt::Debug for Heap<ORDER> { implementation
/external/openthread/src/core/common/
Dheap.hpp43 namespace Heap { namespace
Dheap.cpp39 namespace Heap { namespace
Dheap_allocatable.hpp45 namespace Heap { namespace
Dheap_string.cpp40 namespace Heap { namespace
Dheap_data.hpp44 namespace Heap { namespace
Dheap_string.hpp44 namespace Heap { namespace
Dheap_data.cpp40 namespace Heap { namespace
/external/pdfium/fxjs/gc/
Dheap.h13 class Heap; variable
/external/pdfium/fxjs/xfa/
Dcfxjse_formcalc_context.h25 class Heap; variable
/external/pdfium/xfa/fxfa/layout/
Dcxfa_layoutprocessor.h26 class Heap; variable
/external/deqp/external/vulkancts/modules/vulkan/memory/
DvktMemoryAllocationTests.cpp637 struct Heap in iterate() struct
639 VkMemoryHeap heap; in iterate()
640 VkDeviceSize memoryUsage; in iterate()
641 VkDeviceSize maxMemoryUsage; in iterate()
642 vector<MemoryType> types; in iterate()
643 vector<MemoryObject> objects; in iterate()
/external/skia/src/gpu/ganesh/d3d/
DGrD3DCpuDescriptorManager.h64 Heap(std::unique_ptr<GrD3DDescriptorHeap>& heap, unsigned int numDescriptors) in Heap() function
DGrD3DDescriptorTableManager.h74 Heap(GrD3DGpu* gpu, std::unique_ptr<GrD3DDescriptorHeap>& heap, in Heap() function
/external/openthread/src/core/utils/
Dheap.cpp47 Heap::Heap(void) in Heap() function in ot::Utils::Heap
Dheap.hpp176 class Heap : private NonCopyable class
/external/rust/crates/once_cell/tests/
Dit.rs849 struct Heap { struct
850 total: Arc<AtomicUsize>,
865 impl Heap { impl
/external/python/cpython2/Lib/multiprocessing/
Dheap.py90 class Heap(object): class
/external/pdfium/xfa/fxfa/parser/
Dcxfa_document.h44 class Heap; variable
/external/python/cpython3/Lib/multiprocessing/
Dheap.py115 class Heap(object): class
/external/guava/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java526 private class Heap { class in MinMaxPriorityQueue
530 Heap(Ordering<E> ordering) { in Heap() method in MinMaxPriorityQueue.Heap
/external/guava/android/guava/src/com/google/common/collect/
DMinMaxPriorityQueue.java526 private class Heap { class in MinMaxPriorityQueue
530 Heap(Ordering<E> ordering) { in Heap() method in MinMaxPriorityQueue.Heap
/external/cronet/buildtools/third_party/libc++/trunk/benchmarks/algorithms/
Dcommon.h38 Heap, enumerator
/external/google-breakpad/src/processor/
Dproc_maps_linux_unittest.cc67 TEST(ProcMapsTest, Heap) { in TEST() argument

12