Home
last modified time | relevance | path

Searched defs:allocate (Results 26 - 50 of 109) sorted by relevance

12345

/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcontainer_memory_test.cc69 T* allocate(size_t n, const void* = nullptr) { in allocate() function
H A Draw_hash_set_allocator_test.cc75 T* allocate(size_t n) { in allocate() function in absl::container_internal::__anon19186::CheckedAlloc
457 T* allocate(size_t) { return new T; } in allocate() function in absl::container_internal::__anon19186::PAlloc
/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
/third_party/glslang/glslang/MachineIndependent/
H A DPoolAlloc.cpp217 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in glslang::TPoolAllocator
/third_party/mesa3d/src/intel/compiler/
H A Dbrw_clip_util.c316 bool allocate = flags & BRW_URB_WRITE_ALLOCATE; in brw_clip_emit_vue() local
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.cpp240 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in TPoolAllocator
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/
H A DVkDeviceMemory.cpp247 VkResult DeviceMemory::allocate() in allocate() function in vk::DeviceMemory
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h104 pointer allocate(size_type n) { in allocate() function in StackAllocator
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.h557 T* allocate (size_t n) in allocate() function in dng_std_allocator
/third_party/vk-gl-cts/modules/egl/
H A DteglAndroidUtil.cpp107 pfnAHardwareBuffer_allocate allocate; member
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h33 int (*allocate)(struct usb_device *); member
/third_party/mesa3d/src/gallium/drivers/softpipe/
H A Dsp_texture.c55 softpipe_resource_layout(struct pipe_screen *screen, struct softpipe_resource *spr, boolean allocate) softpipe_resource_layout() argument
/third_party/mesa3d/src/gallium/drivers/r600/sb/
H A Dsb_valtable.cpp342 void* sb_pool::allocate(unsigned sz) { in allocate() function in r600_sb::sb_pool
/third_party/mesa3d/src/nouveau/codegen/
H A Dnv50_ir_util.cpp265 bool BitSet::allocate(unsigned int nBits, bool zero) in allocate() function in nv50_ir::BitSet
/third_party/skia/third_party/externals/angle2/src/common/
H A DPoolAlloc.cpp337 void *PoolAllocator::allocate(size_t numBytes) in allocate() function in angle::PoolAllocator
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp42 #undef allocate macro
236 void *allocate(size_t bytes, size_t alignment) in allocate() function
/third_party/skia/third_party/externals/spirv-cross/
H A Dspirv_cross_containers.hpp562 T *allocate(P &&... p) in allocate() function in SPIRV_CROSS_NAMESPACE::ObjectPool
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h300 Allocation TrackedAllocator::allocate(const Allocation::Request& request) { in allocate() function in marl::TrackedAllocator
410 T* StlAllocator<T>::allocate(std::size_t n) { allocate() function in marl::StlAllocator
[all...]
/third_party/vulkan-loader/tests/
H A Dloader_alloc_callback_tests.cpp56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() function in MemoryTracker
[all...]
/foundation/graphic/graphic_3d/lume/LumeBase/api/base/containers/
H A Dunordered_map.h575 list_node* allocate(Args&&... args) in allocate() function in unordered_map_base
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h292 pointer allocate(size_type n) { in allocate() function in glslang::pool_allocator
294 pointer allocate(size_type n, const void*) { in allocate() function in glslang::pool_allocator
[all...]
/third_party/mesa3d/src/gallium/frontends/nine/
H A Dsurface9.c63 bool allocate = !pContainer && pDesc->Format != D3DFMT_NULL; in NineSurface9_ctor() local
/third_party/mesa3d/src/gallium/frontends/clover/core/
H A Dkernel.cpp383 allocate(T &v, size_t n) { in allocate() function
/third_party/ltp/utils/benchmark/ebizzy-0.3/
H A Debizzy.c289 static void allocate(void) in allocate() function
/third_party/node/deps/v8/src/strings/
H A Dstring-stream.cc21 char* HeapStringAllocator::allocate(unsigned bytes) { in allocate() function in v8::internal::HeapStringAllocator
26 char* FixedStringAllocator::allocate(unsigned bytes) { in allocate() function in v8::internal::FixedStringAllocator

Completed in 25 milliseconds

12345