/third_party/node/deps/v8/src/heap/ |
H A D | concurrent-allocator-inl.h | 39 AllocationResult allocation = lab_.AllocateRawAligned(object_size, alignment); in AllocateInLab() local
|
H A D | local-factory.cc | 46 HeapObject LocalFactory::AllocateRaw(int size, AllocationType allocation, in AllocateRaw() argument
|
H A D | evacuation-allocator-inl.h | 85 AllocationResult allocation; in AllocateInLAB() local
|
/third_party/skia/third_party/externals/angle2/src/common/ |
H A D | PoolAlloc_unittest.cpp | 23 void *allocation = poolAllocator.allocate(numBytes); in TEST() local 68 void *allocation = poolAllocator.allocate(numBytes); TEST_P() local [all...] |
/third_party/skia/src/gpu/d3d/ |
H A D | GrD3DAMDMemoryAllocator.h | 42 Alloc(D3D12MA::Allocation* allocation) : fAllocation(allocation) {} in Alloc() argument
|
H A D | GrD3DAMDMemoryAllocator.cpp | 27 createResource( D3D12_HEAP_TYPE heapType, const D3D12_RESOURCE_DESC* resourceDesc, D3D12_RESOURCE_STATES initialResourceState, sk_sp<GrD3DAlloc>* allocation, const D3D12_CLEAR_VALUE* clearValue) createResource() argument 50 createAliasingResource( sk_sp<GrD3DAlloc>& allocation, uint64_t localOffset, const D3D12_RESOURCE_DESC* resourceDesc, D3D12_RESOURCE_STATES initialResourceState, const D3D12_CLEAR_VALUE* clearValue) createAliasingResource() argument
|
/third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
H A D | WireDeserializeAllocator.cpp | 39 char* allocation = static_cast<char*>(malloc(allocationSize)); in GetSpace() local
|
/foundation/graphic/graphic_3d/lume/LumeRender/src/vulkan/ |
H A D | gpu_image_vk.h | 80 VmaAllocation allocation; member
|
H A D | gpu_buffer_vk.h | 77 VmaAllocation allocation; member
|
/kernel/linux/linux-5.10/drivers/acpi/acpica/ |
H A D | utalloc.c | 33 void *allocation; in acpi_os_allocate_zeroed() local [all...] |
H A D | uttrack.c | 94 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track() local 157 struct acpi_debug_mem_block *allocation; acpi_ut_allocate_zeroed_and_track() local 217 acpi_ut_free_and_track(void *allocation, u32 component, const char *module, u32 line) acpi_ut_free_and_track() argument 277 acpi_ut_find_allocation(struct acpi_debug_mem_block *allocation) acpi_ut_find_allocation() argument 331 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, acpi_size size, u8 alloc_type, u32 component, const char *module, u32 line) acpi_ut_track_allocation() argument 421 acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation, u32 component, const char *module, u32 line) acpi_ut_remove_allocation() argument [all...] |
/kernel/linux/linux-5.10/drivers/soundwire/ |
H A D | Makefile | |
/kernel/linux/linux-6.6/drivers/acpi/acpica/ |
H A D | utalloc.c | 33 void *allocation; in acpi_os_allocate_zeroed() local [all...] |
H A D | uttrack.c | 94 struct acpi_debug_mem_block *allocation; in acpi_ut_allocate_and_track() local 157 struct acpi_debug_mem_block *allocation; acpi_ut_allocate_zeroed_and_track() local 217 acpi_ut_free_and_track(void *allocation, u32 component, const char *module, u32 line) acpi_ut_free_and_track() argument 277 acpi_ut_find_allocation(struct acpi_debug_mem_block *allocation) acpi_ut_find_allocation() argument 331 acpi_ut_track_allocation(struct acpi_debug_mem_block *allocation, acpi_size size, u8 alloc_type, u32 component, const char *module, u32 line) acpi_ut_track_allocation() argument 421 acpi_ut_remove_allocation(struct acpi_debug_mem_block *allocation, u32 component, const char *module, u32 line) acpi_ut_remove_allocation() argument [all...] |
/kernel/linux/linux-6.6/drivers/soundwire/ |
H A D | Makefile | |
/third_party/node/deps/v8/src/compiler/ |
H A D | allocation-builder-inl.h | 18 void AllocationBuilder::Allocate(int size, AllocationType allocation, in Allocate() argument 42 CanAllocateArray(int length, MapRef map, AllocationType allocation) CanAllocateArray() argument 53 AllocateArray(int length, MapRef map, AllocationType allocation) AllocateArray() argument 64 CanAllocateSloppyArgumentElements( int length, MapRef map, AllocationType allocation) CanAllocateSloppyArgumentElements() argument 70 AllocateSloppyArgumentElements( int length, MapRef map, AllocationType allocation) AllocateSloppyArgumentElements() argument [all...] |
/third_party/skia/third_party/externals/dawn/src/dawn_native/ |
H A D | PooledResourceMemoryAllocator.cpp | 52 DeallocateResourceHeap( std::unique_ptr<ResourceHeapBase> allocation) DeallocateResourceHeap() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/marl/src/ |
H A D | memory_test.cpp | 35 auto allocation = allocator->allocate(request); in TEST_F() local
|
/third_party/skia/third_party/externals/expat/expat/tests/ |
H A D | memcheck.c | 45 void *allocation; member [all...] |
/third_party/skia/third_party/externals/abseil-cpp/absl/synchronization/internal/ |
H A D | create_thread_identity.cc | 113 void* allocation = base_internal::LowLevelAlloc::Alloc( in NewThreadIdentity() local
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | dmapool.h | 38 dma_pool_create(const char *name, struct device *dev, size_t size, size_t align, size_t allocation) dma_pool_create() argument 46 dmam_pool_create(const char *name, struct device *dev, size_t size, size_t align, size_t allocation) dmam_pool_create() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | dmapool.h | 38 dma_pool_create(const char *name, struct device *dev, size_t size, size_t align, size_t allocation) dma_pool_create() argument 46 dmam_pool_create(const char *name, struct device *dev, size_t size, size_t align, size_t allocation) dmam_pool_create() argument
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
H A D | vktApiComputeInstanceResultBuffer.cpp | 79 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible); in createResultBuffer() local
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/ |
H A D | vktApiComputeInstanceResultBuffer.cpp | 79 de::MovePtr<Allocation> allocation = allocator.allocate(requirements, MemoryRequirement::HostVisible); in createResultBuffer() local
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Memory.cpp | 62 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in allocateRaw() local 107 Allocation *allocation = (Allocation*)(aligned - sizeof(Allocation)); in deallocate() local
|