Home
last modified time | relevance | path

Searched defs:Deallocate (Results 1 – 16 of 16) sorted by relevance

/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
103 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() function
266 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DRingBufferAllocator.cpp34 void RingBufferAllocator::Deallocate(ExecutionSerial lastCompletedSerial) { in Deallocate() function in dawn_native::RingBufferAllocator
DBuddyMemoryAllocator.cpp88 void BuddyMemoryAllocator::Deallocate(const ResourceMemoryAllocation& allocation) { in Deallocate() function in dawn_native::BuddyMemoryAllocator
DDynamicUploader.cpp98 void DynamicUploader::Deallocate(ExecutionSerial lastCompletedSerial) { in Deallocate() function in dawn_native::DynamicUploader
DBuddyAllocator.cpp202 void BuddyAllocator::Deallocate(uint64_t offset) { in Deallocate() function in dawn_native::BuddyAllocator
/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
106 void Deallocate(const void *Ptr, size_t /*Size*/) { in Deallocate() function
282 void Deallocate(const void *Ptr, size_t Size) { in Deallocate() function
DRecyclingAllocator.h51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() function
/third_party/skia/third_party/externals/dawn/src/common/
DSlabAllocator.h179 void Deallocate(T* object) { in Deallocate() function
DSlabAllocator.cpp192 void SlabAllocatorImpl::Deallocate(void* ptr) { in Deallocate() function in SlabAllocatorImpl
/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
/third_party/skia/third_party/externals/dawn/src/dawn_native/vulkan/
DDescriptorSetAllocator.cpp104 void DescriptorSetAllocator::Deallocate(DescriptorSetAllocation* allocationInfo) { in Deallocate() function in dawn_native::vulkan::DescriptorSetAllocator
DResourceMemoryAllocatorVk.cpp183 void ResourceMemoryAllocator::Deallocate(ResourceMemoryAllocation* allocation) { in Deallocate() function in dawn_native::vulkan::ResourceMemoryAllocator
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcontainer_memory.h73 void Deallocate(Alloc* alloc, void* p, size_t n) { in Deallocate() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DBuddyMemoryAllocatorTests.cpp53 void Deallocate(ResourceMemoryAllocation& allocation) { in Deallocate() function in DummyBuddyResourceAllocator
/third_party/skia/third_party/externals/dawn/src/tests/white_box/
DD3D12DescriptorHeapTests.cpp116 void Deallocate(CPUDescriptorHeapAllocation& allocation) { in Deallocate() function in DummyStagingDescriptorAllocator