/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | SlabAllocatorTests.cpp | 42 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()
|
D | BuddyMemoryAllocatorTests.cpp | 53 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 …]
|
D | BuddyAllocatorTests.cpp | 48 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()
|
D | RingBufferAllocatorTests.cpp | 83 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/ |
D | Allocator.h | 62 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/ |
D | Allocator.h | 65 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 …]
|
D | RecyclingAllocator.h | 51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function 73 A.Deallocate(E); in delete()
|
D | Recycler.h | 71 Allocator.Deallocate(t); in clear() 98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | SlabAllocator.h | 99 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/ |
D | BuddyMemoryAllocator.cpp | 88 void BuddyMemoryAllocator::Deallocate(const ResourceMemoryAllocation& allocation) { in Deallocate() function in dawn_native::BuddyMemoryAllocator 103 mBuddyBlockAllocator.Deallocate(info.mBlockOffset); in Deallocate()
|
D | DynamicUploader.cpp | 98 void DynamicUploader::Deallocate(ExecutionSerial lastCompletedSerial) { in Deallocate() function in dawn_native::DynamicUploader 102 mRingBuffers[i]->mAllocator.Deallocate(lastCompletedSerial); in Deallocate()
|
D | BuddyMemoryAllocator.h | 49 void Deallocate(const ResourceMemoryAllocation& allocation);
|
D | RingBufferAllocator.h | 36 void Deallocate(ExecutionSerial lastCompletedSerial);
|
D | DynamicUploader.h | 47 void Deallocate(ExecutionSerial lastCompletedSerial);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 229 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/ |
D | D3D12DescriptorHeapTests.cpp | 116 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/ |
D | container_memory_test.cc | 45 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/ |
D | StagingDescriptorAllocatorD3D12.cpp | 98 void StagingDescriptorAllocator::Deallocate(CPUDescriptorHeapAllocation* allocation) { in Deallocate() function in dawn_native::d3d12::StagingDescriptorAllocator 146 Deallocate(&allocation); in Tick()
|
D | BindGroupLayoutD3D12.cpp | 160 mViewAllocator->Deallocate(viewAllocation); in DeallocateBindGroup() 163 mBindGroupAllocator.Deallocate(bindGroup); in DeallocateBindGroup()
|
D | StagingDescriptorAllocatorD3D12.h | 51 void Deallocate(CPUDescriptorHeapAllocation* allocation);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/ |
D | BindGroupLayoutVk.cpp | 191 mDescriptorSetAllocator->Deallocate(descriptorSetAllocation); in DeallocateBindGroup() 192 mBindGroupAllocator.Deallocate(bindGroup); in DeallocateBindGroup()
|
D | ResourceMemoryAllocatorVk.cpp | 70 mBuddySystem.Deallocate(allocation); in DeallocateMemory() 183 void ResourceMemoryAllocator::Deallocate(ResourceMemoryAllocation* allocation) { in Deallocate() function in dawn_native::vulkan::ResourceMemoryAllocator
|
D | ResourceMemoryAllocatorVk.h | 47 void Deallocate(ResourceMemoryAllocation* allocation);
|
/third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
D | BindGroupLayoutGL.cpp | 34 mBindGroupAllocator.Deallocate(bindGroup); in DeallocateBindGroup()
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceCfg.h | 254 Allocator->Deallocate(Object); in deallocate() 259 Allocator->Deallocate(Array); in deallocateArrayOf()
|