Home
last modified time | relevance | path

Searched refs:Alloc (Results 1 – 9 of 9) sorted by relevance

/system/memory/libdmabufheap/tests/
Ddmabuf_heap_test.cpp45 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/
DLeakPipe.h114 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()
DAllocator.cpp77 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/
DAndroid.bp35 "Alloc.cpp",
102 "Alloc.cpp",
/system/memory/libdmabufheap/
DBufferAllocatorWrapper.cpp36 return buffer_allocator->Alloc(heap_name, len, heap_flags); in DmabufHeapAlloc()
DBufferAllocator.cpp227 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/
DBufferAllocator.h81 int Alloc(const std::string& heap_name, size_t len, unsigned int heap_flags = 0);
/system/extras/simpleperf/
Dutils.cpp263 alloc.Alloc = xz_alloc; in XzDecompress()
/system/core/libunwindstack/
DElfInterface.cpp111 alloc.Alloc = [](ISzAllocPtr, size_t size) { return malloc(size); }; in CreateGnuDebugdataMemory()