Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 25 of 35) sorted by relevance

12

/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DPoolAlloc.h77 void deallocate(void *, size_type) {} in deallocate() function
87 void deallocate(pointer, size_type) {} in deallocate() function
/third_party/node/deps/v8/src/zone/
Dzone-allocator.h61 void deallocate(T* p, size_t length) { zone_->DeleteArray<T>(p, length); } in deallocate() function
121 void deallocate(T* p, size_t n) { in deallocate() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
Dsfn_memorypool.h79 void deallocate(void *p, size_t n) { in deallocate() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
Dcounting_allocator.h63 void deallocate(pointer p, size_type n) { in deallocate() function
Draw_hash_set_allocator_test.cc80 void deallocate(T* ptr, size_t n) { in deallocate() function in absl::container_internal::__anoncbc82d2d0111::CheckedAlloc
458 void deallocate(T* p, size_t) { delete p; } in deallocate() function in absl::container_internal::__anoncbc82d2d0111::PAlloc
Dcontainer_memory_test.cc73 void deallocate(T* p, std::size_t n) { in deallocate() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
DMemory.cpp102 void deallocate(void *memory) in deallocate() function
/third_party/glslang/glslang/Include/
DPoolAlloc.h297 void deallocate(void*, size_type) { } in deallocate() function
298 void deallocate(pointer, size_type) { } in deallocate() function
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
DPoolAlloc.h287 void deallocate(void*, size_type) {} in deallocate() function
295 void deallocate(pointer, size_type) {} in deallocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DArrayRecycler.h137 void deallocate(Capacity Cap, T *Ptr) { in deallocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/ExecutionEngine/JITLink/
DJITLinkMemoryManager.cpp40 Error deallocate() override { in allocate() function in llvm::jitlink::InProcessMemoryManager::allocate::IPMMAlloc
/third_party/json/tests/src/
Dunit-allocator.cpp73 void deallocate(T* p, std::size_t n) in deallocate() function
/third_party/skia/third_party/externals/dawn/src/common/
DStackContainer.h115 void deallocate(pointer p, size_type n) { in deallocate() function
/third_party/protobuf/src/google/protobuf/
Dmap.h125 void deallocate(pointer p, size_type n) { in deallocate() function
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp127 void BufferAllocator::deallocate (Context& context) in deallocate() function in vkt::api::BufferAllocator
213 void ImageAllocator::deallocate (Context& context) in deallocate() function in vkt::api::ImageAllocator
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp127 void BufferAllocator::deallocate (Context& context) in deallocate() function in vkt::api::BufferAllocator
213 void ImageAllocator::deallocate (Context& context) in deallocate() function in vkt::api::ImageAllocator
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_memory.h567 void deallocate (T *ptr, size_t n) in deallocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceMemory.h85 void deallocate(pointer, size_type) {} in deallocate() function
DIceCfg.h253 template <typename T> void deallocate(T *Object) { in deallocate() function
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
DExecutableMemory.cpp251 void deallocate(void *memory) in deallocate() function
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
Dst_tusb.h34 int (*deallocate)(struct usb_device *); member
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
Dmemory.h416 void StlAllocator<T>::deallocate(T* p, std::size_t n) { in deallocate() function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/internal/
Dexception_safety_testing.h714 void deallocate(pointer ptr, size_type) noexcept { in deallocate() function
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_cat_test.cc236 void deallocate(T* p, size_t) { std::free(p); } in deallocate() function
/third_party/openssl/crypto/err/
Derr.c778 int deallocate) in err_set_error_data_int()

12