Home
last modified time | relevance | path

Searched defs:allocate (Results 1 - 25 of 128) sorted by relevance

123456

/kernel/linux/linux-5.10/include/linux/
H A Ddma-heap.h24 int (*allocate)(struct dma_heap *heap, member
/kernel/linux/linux-6.6/include/linux/
H A Ddma-heap.h24 struct dma_buf *(*allocate)(struct dma_heap *heap, member
/third_party/skia/src/gpu/dawn/
H A DGrDawnRingBuffer.cpp24 GrDawnRingBuffer::Slice GrDawnRingBuffer::allocate(int size) { in allocate() function in GrDawnRingBuffer
/third_party/vk-gl-cts/framework/randomshaders/
H A DrsgNameAllocator.cpp54 std::string NameAllocator::allocate (void) in allocate() function in rsg::NameAllocator
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_memorypool.h75 T *allocate(size_t n) { in allocate() function
H A Dsfn_memorypool.cpp86 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 Dbrw_ir_allocator.h48 allocate(unsigned size) in allocate() function in brw::simple_allocator
/third_party/ltp/tools/sparse/sparse-src/
H A Dallocate.c74 void *allocate(struct allocator_struct *desc, unsigned int size) in allocate() function
/third_party/skia/third_party/externals/swiftshader/src/System/Linux/
H A DMemFd.cpp62 bool LinuxMemFd::allocate(const char *name, size_t size) in allocate() function in LinuxMemFd
/third_party/mesa3d/src/gallium/drivers/etnaviv/
H A Detnaviv_query_acc.h38 struct etna_acc_query * (*allocate)(struct etna_context *ctx, unsigned query_type); member
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DHandleAllocator.cpp45 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 DJITLinkMemoryManager.cpp20 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 DPersistentCommandPool.cpp70 angle::Result PersistentCommandPool::allocate(vk::Context *context, in allocate() function in rx::vk::PersistentCommandPool
/third_party/skia/src/gpu/
H A DGrMemoryPool.cpp61 void* GrMemoryPool::allocate(size_t size) { in allocate() function in GrMemoryPool
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp35 #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 DNameSpace.hpp57 GLuint allocate(ObjectType *object = nullptr) in allocate() function in gl::NameSpace
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h52 pointer allocate( in allocate() function in absl::container_internal::CountingAllocator
H A Dcontainer_memory_test.cc69 T* allocate(size_t n, const void* = nullptr) { in allocate() function
/third_party/glfw/tests/
H A Dallocator.c50 static void* allocate(size_t size, void* user) in allocate() function
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dproperty.hpp123 allocate(size_t n) { in allocate() function in clover::property_buffer
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h60 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 DMemory.cpp36 #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 DArrayRecycler.h125 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 DIceMemory.h76 pointer allocate(size_type num) { in allocate() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DPoolAlloc.h75 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

Completed in 10 milliseconds

123456