/kernel/linux/linux-5.10/include/linux/ |
H A D | dma-heap.h | 24 int (*allocate)(struct dma_heap *heap, member
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dma-heap.h | 24 struct dma_buf *(*allocate)(struct dma_heap *heap, member
|
/third_party/skia/src/gpu/dawn/ |
H A D | GrDawnRingBuffer.cpp | 24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
|
/third_party/vk-gl-cts/framework/randomshaders/ |
H A D | rsgNameAllocator.cpp | 54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_memorypool.h | 75 T *allocate(size_t n) { in allocate() function
|
H A D | sfn_memorypool.cpp | 86 void *MemoryPool::allocate(size_t size) in allocate() function in r600::MemoryPool 91 void *MemoryPool::allocate(size_t size, size_t align) in allocate() function in r600::MemoryPool 138 void *MemoryBacking::allocate(size_t size) in allocate() function in r600::MemoryBacking 145 void *MemoryBacking::allocate(size_t size, size_t align) in allocate() function in r600::MemoryBacking
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_ir_allocator.h | 48 allocate(unsigned size) in allocate() function in brw::simple_allocator
|
/third_party/ltp/tools/sparse/sparse-src/ |
H A D | allocate.c | 74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/ |
H A D | MemFd.cpp | 62 bool LinuxMemFd::allocate(const char *name, size_t size) in allocate() function in LinuxMemFd
|
/third_party/mesa3d/src/gallium/drivers/etnaviv/ |
H A D | etnaviv_query_acc.h | 38 struct etna_acc_query * (*allocate)(struct etna_context *ctx, unsigned query_type); member
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A D | HandleAllocator.cpp | 45 GLuint HandleAllocator::allocate() in allocate() function in gl::HandleAllocator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/ |
H A D | JITLinkMemoryManager.cpp | 20 InProcessMemoryManager::allocate(const SegmentsRequestMap &Request) { in allocate() function in llvm::jitlink::InProcessMemoryManager
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/ |
H A D | PersistentCommandPool.cpp | 70 angle::Result PersistentCommandPool::allocate(vk::Context *context, in allocate() function in rx::vk::PersistentCommandPool
|
/third_party/skia/src/gpu/ |
H A D | GrMemoryPool.cpp | 61 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Memory.cpp | 35 #undef allocate macro 90 void *allocate(size_t bytes, size_t alignment) in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/common/ |
H A D | NameSpace.hpp | 57 GLuint allocate(ObjectType *object = nullptr) in allocate() function in gl::NameSpace
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | counting_allocator.h | 52 pointer allocate( in allocate() function in absl::container_internal::CountingAllocator
|
H A D | container_memory_test.cc | 69 T* allocate(size_t n, const void* = nullptr) { in allocate() function
|
/third_party/glfw/tests/ |
H A D | allocator.c | 50 static void* allocate(size_t size, void* user) in allocate() function
|
/third_party/mesa3d/src/gallium/frontends/clover/core/ |
H A D | property.hpp | 123 allocate(size_t n) { in allocate() function in clover::property_buffer
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-allocator.h | 60 T* allocate(size_t length) { return zone_->NewArray<T>(length); } in allocate() function in v8::internal::ZoneAllocator 110 T* allocate(size_t n) { in allocate() function in v8::internal::RecyclingZoneAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/System/ |
H A D | Memory.cpp | 36 #undef allocate macro 76 static void *allocate(size_t bytes, size_t alignment, bool clearToZero) in allocate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 125 T *allocate(Capacity Cap, AllocatorType &Allocator) { in allocate() function in llvm::ArrayRecycler
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceMemory.h | 76 pointer allocate(size_type num) { in allocate() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | PoolAlloc.h | 75 void *allocate(size_type n) { return getAllocator().allocate(n); } in allocate() function in pool_allocator 76 void *allocate(size_type n, const void *) { return getAllocator().allocate(n); } in allocate() function in pool_allocator 79 pointer allocate(size_type n) in allocate() function in pool_allocator 83 pointer allocate(size_type n, const void *) in allocate() function in pool_allocator
|