Home
last modified time | relevance | path

Searched refs:Deallocate (Results 1 – 25 of 82) sorted by relevance

1234

/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DSlabAllocatorTests.cpp42 allocator.Deallocate(obj); in TEST()
68 allocator.Deallocate(object); in TEST()
93 allocator.Deallocate(object); in TEST()
110 allocator.Deallocate(object); in TEST()
123 allocator.Deallocate(object); in TEST()
150 allocator.Deallocate(object); in TEST()
166 allocator.Deallocate(object); in TEST()
178 allocator.Deallocate(object); in TEST()
DBuddyMemoryAllocatorTests.cpp53 void Deallocate(ResourceMemoryAllocation& allocation) { in Deallocate() function in DummyBuddyResourceAllocator
54 mAllocator.Deallocate(allocation); in Deallocate()
93 allocator.Deallocate(allocation1); in TEST()
136 allocator.Deallocate(allocation1); in TEST()
139 allocator.Deallocate(allocation2); in TEST()
184 allocator.Deallocate(allocation1); in TEST()
188 allocator.Deallocate(allocation2); in TEST()
191 allocator.Deallocate(allocation3); in TEST()
255 allocator.Deallocate(allocation1); in TEST()
258 allocator.Deallocate(allocation5); in TEST()
[all …]
DBuddyAllocatorTests.cpp48 allocator.Deallocate(blockOffset); in TEST()
87 allocator.Deallocate(blockOffset); in TEST()
97 allocator.Deallocate(blockOffset); in TEST()
141 allocator.Deallocate(blockOffsetD); in TEST()
146 allocator.Deallocate(blockOffsetB); in TEST()
152 allocator.Deallocate(blockOffsetC); in TEST()
157 allocator.Deallocate(blockOffsetA); in TEST()
258 allocator.Deallocate(blockOffsets[count]); in TEST()
DRingBufferAllocatorTests.cpp83 allocator.Deallocate(ExecutionSerial(2)); in TEST()
115 allocator.Deallocate(ExecutionSerial(2)); in TEST()
140 allocator.Deallocate(ExecutionSerial(4)); in TEST()
162 allocator.Deallocate(kMaxExecutionSerial); in TEST()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DAllocator.h62 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
65 &AllocatorBase::Deallocate) != in Deallocate()
67 &DerivedT::Deallocate), in Deallocate()
71 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size); in Deallocate()
86 Deallocate(T *Ptr, size_t Num = 1) {
87 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T));
103 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() function
108 using AllocatorBase<MallocAllocator>::Deallocate;
266 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
271 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DAllocator.h65 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
68 &AllocatorBase::Deallocate) != in Deallocate()
70 &DerivedT::Deallocate), in Deallocate()
74 return static_cast<DerivedT *>(this)->Deallocate(Ptr, Size); in Deallocate()
89 Deallocate(T *Ptr, size_t Num = 1) {
90 Deallocate(static_cast<const void *>(Ptr), Num * sizeof(T));
106 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() function
111 using AllocatorBase<MallocAllocator>::Deallocate;
282 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
287 using AllocatorBase<BumpPtrAllocatorImpl>::Deallocate;
[all …]
DRecyclingAllocator.h51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
73 A.Deallocate(E); in delete()
DRecycler.h71 Allocator.Deallocate(t); in clear()
98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() function
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.h99 void Deallocate(void* ptr);
179 void Deallocate(T* object) { in Deallocate() function
180 SlabAllocatorImpl::Deallocate(object); in Deallocate()
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DBuddyMemoryAllocator.cpp88 void BuddyMemoryAllocator::Deallocate(const ResourceMemoryAllocation& allocation) { in Deallocate() function in dawn_native::BuddyMemoryAllocator
103 mBuddyBlockAllocator.Deallocate(info.mBlockOffset); in Deallocate()
DDynamicUploader.cpp98 void DynamicUploader::Deallocate(ExecutionSerial lastCompletedSerial) { in Deallocate() function in dawn_native::DynamicUploader
102 mRingBuffers[i]->mAllocator.Deallocate(lastCompletedSerial); in Deallocate()
DBuddyMemoryAllocator.h49 void Deallocate(const ResourceMemoryAllocation& allocation);
DRingBufferAllocator.h36 void Deallocate(ExecutionSerial lastCompletedSerial);
DDynamicUploader.h47 void Deallocate(ExecutionSerial lastCompletedSerial);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DMachineFunction.cpp229 Allocator.Deallocate(RegInfo); in clear()
233 Allocator.Deallocate(MFInfo); in clear()
237 Allocator.Deallocate(FrameInfo); in clear()
240 Allocator.Deallocate(ConstantPool); in clear()
244 Allocator.Deallocate(JumpTableInfo); in clear()
249 Allocator.Deallocate(WinEHInfo); in clear()
254 Allocator.Deallocate(WasmEHInfo); in clear()
396 InstructionRecycler.Deallocate(Allocator, MI); in DeleteMachineInstr()
412 BasicBlockRecycler.Deallocate(Allocator, MBB); in DeleteMachineBasicBlock()
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12DescriptorHeapTests.cpp116 void Deallocate(CPUDescriptorHeapAllocation& allocation) { in Deallocate() function in DummyStagingDescriptorAllocator
117 mAllocator.Deallocate(&allocation); in Deallocate()
908 allocator.Deallocate(allocation); in TEST_P()
937 allocator.Deallocate(allocation); in TEST_P()
963 allocator.Deallocate(allocation); in TEST_P()
981 allocator.Deallocate(allocation); in TEST_P()
1011 allocator.Deallocate(*it); in TEST_P()
1027 allocator.Deallocate(*it); in TEST_P()
1039 allocator.Deallocate(allocation); in TEST_P()
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory_test.cc45 Deallocate<2>(&alloc, mem, 3); in TEST()
53 Deallocate<2>(&alloc, mem, 3); in TEST()
84 Deallocate<1>(&alloc, mem, 1); in TEST()
/third_party/skia/third_party/externals/dawn/src/dawn_native/d3d12/
DStagingDescriptorAllocatorD3D12.cpp98 void StagingDescriptorAllocator::Deallocate(CPUDescriptorHeapAllocation* allocation) { in Deallocate() function in dawn_native::d3d12::StagingDescriptorAllocator
146 Deallocate(&allocation); in Tick()
DBindGroupLayoutD3D12.cpp160 mViewAllocator->Deallocate(viewAllocation); in DeallocateBindGroup()
163 mBindGroupAllocator.Deallocate(bindGroup); in DeallocateBindGroup()
DStagingDescriptorAllocatorD3D12.h51 void Deallocate(CPUDescriptorHeapAllocation* allocation);
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DBindGroupLayoutVk.cpp191 mDescriptorSetAllocator->Deallocate(descriptorSetAllocation); in DeallocateBindGroup()
192 mBindGroupAllocator.Deallocate(bindGroup); in DeallocateBindGroup()
DResourceMemoryAllocatorVk.cpp70 mBuddySystem.Deallocate(allocation); in DeallocateMemory()
183 void ResourceMemoryAllocator::Deallocate(ResourceMemoryAllocation* allocation) { in Deallocate() function in dawn_native::vulkan::ResourceMemoryAllocator
DResourceMemoryAllocatorVk.h47 void Deallocate(ResourceMemoryAllocation* allocation);
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/
DBindGroupLayoutGL.cpp34 mBindGroupAllocator.Deallocate(bindGroup); in DeallocateBindGroup()
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceCfg.h254 Allocator->Deallocate(Object); in deallocate()
259 Allocator->Deallocate(Array); in deallocateArrayOf()

1234