Home
last modified time | relevance | path

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

/third_party/boost/libs/parameter/test/literate/
Dtop-level0.cpp21 struct Deallocate struct
/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-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/mindspore/mindspore/ccsrc/minddata/dataset/util/
Dsystem_pool.h42 void Deallocate(void *p) override { in Deallocate() function
Darena.h135 void Deallocate(void *pVoid) override { in Deallocate() function
Dcircular_pool.cc136 void CircularPool::Deallocate(void *p) { in Deallocate() function in mindspore::dataset::CircularPool
Darena.cc86 void ArenaImpl::Deallocate(void *p) { in Deallocate() function in mindspore::dataset::ArenaImpl
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DRecyclingAllocator.h51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
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
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/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/abseil-cpp/absl/container/internal/
Dcontainer_memory.h73 void Deallocate(Alloc* alloc, void* p, size_t n) { in Deallocate() function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/cache/
Dcache_numa.cc180 void NumaMemoryPool::Deallocate(void *p) { in Deallocate() function in mindspore::dataset::NumaMemoryPool
/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