Home
last modified time | relevance | path

Searched defs:heap (Results 1 – 15 of 15) sorted by relevance

/system/memory/libion/tests/
Dexit_test.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
50 for (const auto& heap : ion_heaps) { in TEST_F() local
75 for (const auto& heap : ion_heaps) { in TEST_F() local
99 for (const auto& heap : ion_heaps) { in TEST_F() local
125 for (const auto& heap : ion_heaps) { in TEST_F() local
150 for (const auto& heap : ion_heaps) { in TEST_F() local
177 for (const auto& heap : ion_heaps) { in TEST_F() local
203 for (const auto& heap : ion_heaps) { in TEST_F() local
Dallocate_test.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
44 for (const auto& heap : ion_heaps) { in TEST_F() local
59 for (const auto& heap : ion_heaps) { in TEST_F() local
75 for (const auto& heap : ion_heaps) { in TEST_F() local
93 for (const auto& heap : ion_heaps) { in TEST_F() local
106 for (const auto& heap : ion_heaps) { in TEST_F() local
Dmap_test.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
52 for (const auto& heap : ion_heaps) { in TEST_F() local
82 for (const auto& heap : ion_heaps) { in TEST_F() local
107 for (const auto& heap : ion_heaps) { in TEST_F() local
Dheap_query.cpp30 for (const auto& heap : ion_heaps) { in TEST_F() local
Dsystem_heap.cpp29 for (const auto& heap : ion_heaps) { in TEST_F() local
Dinvalid_values_test.cpp37 for (const auto& heap : ion_heaps) { in TEST_F() local
/system/libhidl/transport/allocator/1.0/utils/
DFrameworkUtils.cpp25 sp<HidlMemory> fromHeap(const sp<IMemoryHeap>& heap) { in fromHeap()
/system/memory/libmemunreachable/tests/
DBinder_test.cpp153 Heap heap; in TEST_F() local
DAllocator_test.cpp35 Heap heap; member in android::AllocatorTest
DThreadCapture_test.cpp100 Heap heap; member in android::ThreadListTest
/system/memory/libmemunreachable/
DAllocator.h108 STLAllocator(const Heap& heap) in STLAllocator()
DAllocator.cpp184 HeapImpl* heap() { return heap_; } in heap() function in android::Chunk
230 Chunk::Chunk(HeapImpl* heap, int bucket) in Chunk()
DMemUnreachable.cpp295 Heap heap; in GetUnreachableMemory() local
/system/memory/libmeminfo/
Dsysmeminfo.cpp313 for (const auto& heap : heap_list) { in ReadDmabufHeapTotalExportedKb() local
/system/core/debuggerd/proto/
Dtombstone.proto99 HeapObject heap = 3; field