Home
last modified time | relevance | path

Searched defs:allocate (Results 1 – 8 of 8) sorted by relevance

/system/core/libmemunreachable/
DAllocator.h65 T* allocate() { in allocate() function
121 T* allocate(std::size_t n) { return reinterpret_cast<T*>(heap_.allocate(n * sizeof(T))); } in allocate() function
165 T* allocate() { return STLAllocator<T>::allocate(1); } in allocate() function
DAllocator.cpp452 void* Heap::allocate(size_t size) { in allocate() function in android::Heap
/system/chre/util/include/chre/util/
Dsynchronized_memory_pool_impl.h27 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate( in allocate() function
Dmemory_pool_impl.h39 ElementType *MemoryPool<ElementType, kSize>::allocate(Args&&... args) { in allocate() function
/system/libhidl/transport/allocator/1.0/default/
DAshmemAllocator.cpp53 Return<void> AshmemAllocator::allocate(uint64_t size, allocate_cb _hidl_cb) { in allocate() function in android::hidl::allocator::V1_0::implementation::AshmemAllocator
/system/libhidl/libhidlcache/
DMemoryDealer.cpp136 size_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags) { in allocate() function in android::hardware::SimpleBestFitAllocator
313 ::android::hidl::memory::block::V1_0::MemoryBlock HidlMemoryDealer::allocate(size_t size) { in allocate() function in android::hardware::HidlMemoryDealer
/system/core/adb/
Dtypes.h106 void allocate(size_t size) { in allocate() function
/system/core/libmeminfo/libdmabufinfo/
Ddmabufinfo_test.cpp240 unique_fd allocate(uint64_t size, const std::string& name) { in allocate() function in DmaBufTester