Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 - 25 of 41) sorted by relevance

12

/third_party/json/tests/src/
H A Dunit-allocator.cpp73 void deallocate(T* p, std::size_t n) in deallocate() function
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_memorypool.h79 void deallocate(void *p, size_t n) { in deallocate() function
/third_party/skia/third_party/externals/swiftshader/src/Common/
H A DMemory.cpp36 #undef deallocate macro
102 void deallocate(void *memory) in deallocate() function
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/
H A Dcounting_allocator.h63 void deallocate(pointer p, size_type n) { in deallocate() function in absl::container_internal::CountingAllocator
H A Dcontainer_memory_test.cc73 void deallocate(T* p, std::size_t n) { in deallocate() function
H A Draw_hash_set_allocator_test.cc80 void deallocate(T* ptr, size_t n) { in deallocate() function in absl::container_internal::__anon19186::CheckedAlloc
458 void deallocate(T* p, size_t) { delete p; } in deallocate() function in absl::container_internal::__anon19186::PAlloc
H A Draw_hash_set_probe_benchmark.cc105 static void deallocate(T* p, size_t n) { in deallocate() function in __anon19188::RandomizedAllocator
/third_party/glfw/tests/
H A Dallocator.c69 static void deallocate(void* block, void* user) in deallocate() function
/third_party/node/deps/v8/src/zone/
H A Dzone-allocator.h61 void deallocate(T* p, size_t length) { zone_->DeleteArray<T>(p, length); } in deallocate() function in v8::internal::ZoneAllocator
121 void deallocate(T* p, size_t n) { in deallocate() function in v8::internal::RecyclingZoneAllocator
/third_party/skia/third_party/externals/swiftshader/src/System/
H A DMemory.cpp37 #undef deallocate macro
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DArrayRecycler.h137 void deallocate(Capacity Cap, T *Ptr) { in deallocate() function in llvm::ArrayRecycler
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceMemory.h85 void deallocate(pointer, size_type) {} in deallocate() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DPoolAlloc.h77 void deallocate(void *, size_type) {} in deallocate() function in pool_allocator
87 void deallocate(pointer, size_type) {} in deallocate() function in pool_allocator
/kernel/linux/linux-6.6/rust/alloc/
H A Dalloc.rs252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() functions
/third_party/skia/third_party/externals/dawn/src/common/
H A DStackContainer.h115 void deallocate(pointer p, size_type n) { in deallocate() function in StackAllocator
/third_party/skia/third_party/externals/dng_sdk/source/
H A Ddng_memory.h567 void deallocate (T *ptr, size_t n) in deallocate() function in dng_std_allocator
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/
H A Dst_tusb.h34 int (*deallocate)(struct usb_device *); member
/third_party/skia/third_party/externals/swiftshader/src/Reactor/
H A DExecutableMemory.cpp43 #undef deallocate macro
251 void deallocate(void *memory) in deallocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/marl/include/marl/
H A Dmemory.h416 void StlAllocator<T>::deallocate(T* p, std::size_t n) { in deallocate() function in marl::StlAllocator
/third_party/glslang/glslang/Include/
H A DPoolAlloc.h297 void deallocate(void*, size_type) { } in deallocate() function in glslang::pool_allocator
298 void deallocate(pointer, size_type) { } in deallocate() function in glslang::pool_allocator
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DPoolAlloc.h287 void deallocate(void*, size_type) {} in deallocate() function in pool_allocator
295 void deallocate(pointer, size_type) {} in deallocate() function in pool_allocator
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
H A Dstr_cat_test.cc236 void deallocate(T* p, size_t) { std::free(p); } in deallocate() function
H A Dstring_view_test.cc69 void deallocate(T* p, size_t) { std::free(p); } in deallocate() function
/third_party/node/deps/openssl/openssl/crypto/err/
H A Derr.c777 err_set_error_data_int(char *data, size_t size, int flags, int deallocate) err_set_error_data_int() argument
/third_party/openssl/crypto/err/
H A Derr.c777 err_set_error_data_int(char *data, size_t size, int flags, int deallocate) err_set_error_data_int() argument

Completed in 17 milliseconds

12