Searched refs:Alloc (Results 1 – 9 of 9) sorted by relevance
/system/memory/libdmabufheap/tests/ |
D | dmabuf_heap_test.cpp | 45 int fd = allocator->Alloc(kDmabufSystemHeapName, size); in TEST_F() 56 int fd = allocator->Alloc(kDmabufSystemHeapName, size, ION_FLAG_CACHED in TEST_F() 68 int fd = allocator->Alloc(kDmabufSystemHeapName, size, ION_FLAG_CACHED_NEEDS_SYNC in TEST_F() 82 int fd = allocator->Alloc(kDmabufSystemHeapName, size); in TEST_F() 100 map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 124 map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 147 int map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 169 int map_fd1 = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 172 int map_fd2 = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() 193 int map_fd = allocator->Alloc(kDmabufSystemHeapName, kAllocSizeInBytes); in TEST_F() [all …]
|
/system/memory/libmemunreachable/ |
D | LeakPipe.h | 114 template <class T, class Alloc = std::allocator<T>> 115 bool SendVector(const std::vector<T, Alloc>& vector) { in SendVector() 152 template <class T, class Alloc = std::allocator<T>> 153 bool ReceiveVector(std::vector<T, Alloc>& vector) { in ReceiveVector()
|
D | Allocator.cpp | 77 void* Alloc(size_t size); 171 void* Alloc(); 247 void* Chunk::Alloc() { in Alloc() function in android::Chunk 355 void* HeapImpl::Alloc(size_t size) { in Alloc() function in android::HeapImpl 369 return free_chunks_[bucket].next()->data()->Alloc(); in AllocLocked() 453 return impl_->Alloc(size); in allocate()
|
/system/extras/memory_replay/ |
D | Android.bp | 35 "Alloc.cpp", 102 "Alloc.cpp",
|
/system/memory/libdmabufheap/ |
D | BufferAllocatorWrapper.cpp | 36 return buffer_allocator->Alloc(heap_name, len, heap_flags); in DmabufHeapAlloc()
|
D | BufferAllocator.cpp | 227 int BufferAllocator::Alloc(const std::string& heap_name, size_t len, unsigned int heap_flags) { in Alloc() function in BufferAllocator
|
/system/memory/libdmabufheap/include/BufferAllocator/ |
D | BufferAllocator.h | 81 int Alloc(const std::string& heap_name, size_t len, unsigned int heap_flags = 0);
|
/system/extras/simpleperf/ |
D | utils.cpp | 263 alloc.Alloc = xz_alloc; in XzDecompress()
|
/system/core/libunwindstack/ |
D | ElfInterface.cpp | 111 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in CreateGnuDebugdataMemory()
|