Home
last modified time | relevance | path

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

12345678910>>...15

/aosp_15_r20/external/rust/android-crates-io/crates/buddy_system_allocator/src/
Dlib.rs53 pub struct Heap<const ORDER: usize> { struct
63 impl<const ORDER: usize> Heap<ORDER> { argument
214 impl<const ORDER: usize> fmt::Debug for Heap<ORDER> { implementation
/aosp_15_r20/external/perfetto/docs/case-studies/
H A Dmemory.md324 ### {#capture-profile-native} Capturing the profile
346 ### Viewing the data
389 ### {#capture-profile-java} Dumping the java heap
403 ### Viewing the Data
/aosp_15_r20/external/rust/android-crates-io/crates/once_cell/tests/it/
Drace_once_box.rs11 struct Heap { struct
27 impl Heap { implementation
/aosp_15_r20/external/deqp/external/vulkancts/modules/vulkan/memory/
H A DvktMemoryAllocationTests.cpp676 struct Heap in iterate() struct
678 VkMemoryHeap heap; in iterate()
679 VkDeviceSize memoryUsage; in iterate()
680 VkDeviceSize maxMemoryUsage; in iterate()
681 vector<MemoryType> types; in iterate()
682 vector<MemoryObject> objects; in iterate()
/aosp_15_r20/external/intel-media-driver/media_softlet/agnostic/common/heap_manager/
H A Dheap.cpp29 Heap::Heap() in Heap() function in Heap
35 Heap::Heap(uint32_t id) in Heap() function in Heap
/aosp_15_r20/external/rust/android-crates-io/crates/tinyvec/src/
Dtinyvec.rs73 Heap(fn(Vec<A::Item>) -> TinyVec<A>), enumerator
102 Heap(Vec<A::Item>), enumerator
1067 Heap(vec::Drain<'p, A::Item>), enumerator
1337 Heap(alloc::vec::IntoIter<A::Item>), enumerator
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/tinyvec-1.6.0/src/
H A Dtinyvec.rs73 Heap(fn(Vec<A::Item>) -> TinyVec<A>), enumerator
102 Heap(Vec<A::Item>), enumerator
1067 Heap(vec::Drain<'p, A::Item>), enumerator
1337 Heap(alloc::vec::IntoIter<A::Item>), enumerator
/aosp_15_r20/hardware/google/gfxstream/guest/android-emu/aemu/base/
DPool.cpp223 class Heap { class
225 Heap(size_t allocSize, size_t chunksPerSize) : in Heap() function in gfxstream::guest::Heap
/aosp_15_r20/external/openthread/src/core/common/
H A Dheap.hpp43 namespace Heap { namespace
H A Dheap.cpp39 namespace Heap { namespace
H A Dheap_allocatable.hpp45 namespace Heap { namespace
H A Dheap_string.cpp40 namespace Heap { namespace
H A Dheap_string.hpp44 namespace Heap { namespace
/aosp_15_r20/art/dex2oat/
H A Daot_class_linker.h31 class Heap; variable
/aosp_15_r20/external/guava/android/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java526 class Heap { class in MinMaxPriorityQueue
533 Heap(Ordering<E> ordering) { in Heap() method in MinMaxPriorityQueue.Heap
/aosp_15_r20/external/guava/guava/src/com/google/common/collect/
H A DMinMaxPriorityQueue.java526 class Heap { class in MinMaxPriorityQueue
533 Heap(Ordering<E> ordering) { in Heap() method in MinMaxPriorityQueue.Heap
/aosp_15_r20/art/runtime/gc/accounting/
H A Dheap_bitmap.h30 class Heap; variable
H A Dremembered_set.h39 class Heap; variable
/aosp_15_r20/external/pdfium/fxjs/gc/
H A Dheap.h13 class Heap; variable
/aosp_15_r20/art/runtime/gc/
H A Dverification.h38 class Heap; variable
H A Dreference_queue.h51 class Heap; variable
H A Dreference_processor.h44 class Heap; variable
/aosp_15_r20/external/pdfium/fxjs/xfa/
H A Dcfxjse_formcalc_context.h26 class Heap; variable
/aosp_15_r20/external/pdfium/xfa/fxfa/layout/
H A Dcxfa_layoutprocessor.h26 class Heap; variable
/aosp_15_r20/external/skia/src/gpu/ganesh/d3d/
H A DGrD3DCpuDescriptorManager.h64 Heap(std::unique_ptr<GrD3DDescriptorHeap>& heap, unsigned int numDescriptors) in Heap() function

12345678910>>...15