Searched defs:allocate (Results 1 – 10 of 10) sorted by relevance
| /system/memory/libmemunreachable/ |
| D | Allocator.h | 65 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
|
| D | Allocator.cpp | 432 void* Heap::allocate(size_t size) { in allocate() function in android::Heap
|
| /system/chre/util/include/chre/util/system/ |
| D | synchronized_memory_pool_impl.h | 28 ElementType *SynchronizedMemoryPool<ElementType, kSize>::allocate( in allocate() function
|
| D | synchronized_expandable_memory_pool_impl.h | 47 kMaxMemoryPoolCount>::allocate(Args &&...args) { in allocate() function
|
| /system/chre/util/include/chre/util/flatbuffers/ |
| D | helpers.h | 31 uint8_t *allocate(size_t size) override { in allocate() function
|
| /system/libhidl/transport/allocator/1.0/default/ |
| D | AshmemAllocator.cpp | 53 Return<void> AshmemAllocator::allocate(uint64_t size, allocate_cb _hidl_cb) { in allocate() function in android::hidl::allocator::V1_0::implementation::AshmemAllocator
|
| /system/chre/util/include/chre/util/ |
| D | memory_pool_impl.h | 46 ElementType *MemoryPool<ElementType, kSize>::allocate(Args &&... args) { in allocate() function
|
| /system/memory/libmeminfo/libdmabufinfo/ |
| D | dmabufinfo_test.cpp | 462 unique_fd allocate(uint64_t size, const std::string& name) { in allocate() function in DmaBufTester
|
| /system/bpf/include/vmlinux/android15_6.6/arm64/ |
| D | vmlinux.h | 82486 struct dma_buf * (*allocate)(struct dma_heap *, unsigned long, u32, u64); member 117329 bool allocate; member
|
| /system/bpf/include/vmlinux/android15_6.6/x86_64/ |
| D | vmlinux.h | 92217 struct dma_buf * (*allocate)(struct dma_heap *, unsigned long, u32, u64); member 123680 bool allocate; member
|