Searched defs:allocate (Results 1 – 7 of 7) sorted by relevance
65 T* allocate() { in allocate() function121 T* allocate(std::size_t n) { return reinterpret_cast<T*>(heap_.allocate(n * sizeof(T))); } in allocate() function165 T* allocate() { return STLAllocator<T>::allocate(1); } in allocate() function
452 void* Heap::allocate(size_t size) { in allocate() function in android::Heap
27 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate( in allocate() function
39 ElementType *MemoryPool<ElementType, kSize>::allocate(Args&&... args) { in allocate() function
53 Return<void> AshmemAllocator::allocate(uint64_t size, allocate_cb _hidl_cb) { in allocate() function in android::hidl::allocator::V1_0::implementation::AshmemAllocator
104 void allocate(size_t size) { in allocate() function
241 unique_fd allocate(uint64_t size, const std::string& name) { in allocate() function in DmaBufTester