/kernel/linux/linux-6.6/rust/alloc/ |
H A D | alloc.rs | 242 fn allocate(&self, layout: Layout) -> Result<NonNull<[u8]>, AllocError> { in allocate() functions
|
/third_party/glslang/glslang/MachineIndependent/ |
H A D | PoolAlloc.cpp | 217 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in glslang::TPoolAllocator
|
/third_party/mesa3d/src/intel/compiler/ |
H A D | brw_clip_util.c | 316 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 D | PoolAlloc.cpp | 240 void* TPoolAllocator::allocate(size_t numBytes) in allocate() function in TPoolAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/Vulkan/ |
H A D | VkDeviceMemory.cpp | 247 VkResult DeviceMemory::allocate() in allocate() function in vk::DeviceMemory
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | StackContainer.h | 104 pointer allocate(size_type n) { in allocate() function in StackAllocator
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_memory.h | 557 T* allocate (size_t n) in allocate() function in dng_std_allocator
|
/third_party/vk-gl-cts/modules/egl/ |
H A D | teglAndroidUtil.cpp | 107 pfnAHardwareBuffer_allocate allocate; member
|
/kernel/linux/linux-5.10/drivers/firewire/ |
H A D | core-iso.c | 204 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) manage_bandwidth() argument 242 manage_channel(struct fw_card *card, int irm_id, int generation, u32 channels_mask, u64 offset, bool allocate) manage_channel() argument 338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) fw_iso_resource_manage() argument [all...] |
/kernel/linux/linux-5.10/sound/pci/mixart/ |
H A D | mixart_mixer.c | 1055 int allocate = chip->monitoring_active[0] || in mixart_monitor_sw_put() local
|
/kernel/linux/linux-5.10/drivers/staging/android/ion/ |
H A D | ion.h | 86 int (*allocate)(struct ion_heap *heap, member
|
/kernel/linux/linux-6.6/drivers/firewire/ |
H A D | core-iso.c | 204 manage_bandwidth(struct fw_card *card, int irm_id, int generation, int bandwidth, bool allocate) manage_bandwidth() argument 242 manage_channel(struct fw_card *card, int irm_id, int generation, u32 channels_mask, u64 offset, bool allocate) manage_channel() argument 338 fw_iso_resource_manage(struct fw_card *card, int generation, u64 channels_mask, int *channel, int *bandwidth, bool allocate) fw_iso_resource_manage() argument [all...] |
/kernel/linux/linux-6.6/sound/pci/mixart/ |
H A D | mixart_mixer.c | 1055 int allocate = chip->monitoring_active[0] || in mixart_monitor_sw_put() local
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
H A D | st_tusb.h | 33 int (*allocate)(struct usb_device *); member
|
/third_party/mesa3d/src/gallium/drivers/softpipe/ |
H A D | sp_texture.c | 55 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 D | sb_valtable.cpp | 342 void* sb_pool::allocate(unsigned sz) { in allocate() function in r600_sb::sb_pool
|
/third_party/mesa3d/src/nouveau/codegen/ |
H A D | nv50_ir_util.cpp | 265 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 D | PoolAlloc.cpp | 337 void *PoolAllocator::allocate(size_t numBytes) in allocate() function in angle::PoolAllocator
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ExecutableMemory.cpp | 42 #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 D | spirv_cross_containers.hpp | 562 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 D | memory.h | 300 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/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | raw_hash_set_allocator_test.cc | 75 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/vulkan-loader/tests/ |
H A D | loader_alloc_callback_tests.cpp | 56 void* allocate(size_t size, size_t alignment, VkSystemAllocationScope alloc_scope) { in allocate() function in MemoryTracker [all...] |
/kernel/linux/linux-6.6/sound/soc/sof/ |
H A D | ipc4-pcm.c | 210 bool allocate, enable, set_fifo_size; in sof_ipc4_chain_dma_trigger() local
|
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 292 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...] |