/third_party/json/tests/src/ |
H A D | unit-allocator.cpp | 73 void deallocate(T* p, std::size_t n) in deallocate() function
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
H A D | sfn_memorypool.h | 79 void deallocate(void *p, size_t n) { in deallocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
H A D | Memory.cpp | 36 #undef deallocate macro 102 void deallocate(void *memory) in deallocate() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
H A D | counting_allocator.h | 63 void deallocate(pointer p, size_type n) { in deallocate() function in absl::container_internal::CountingAllocator
|
H A D | container_memory_test.cc | 73 void deallocate(T* p, std::size_t n) { in deallocate() function
|
H A D | raw_hash_set_allocator_test.cc | 80 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 D | raw_hash_set_probe_benchmark.cc | 105 static void deallocate(T* p, size_t n) { in deallocate() function in __anon19188::RandomizedAllocator
|
/third_party/glfw/tests/ |
H A D | allocator.c | 69 static void deallocate(void* block, void* user) in deallocate() function
|
/third_party/node/deps/v8/src/zone/ |
H A D | zone-allocator.h | 61 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 D | Memory.cpp | 37 #undef deallocate macro
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
H A D | ArrayRecycler.h | 137 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 D | IceMemory.h | 85 void deallocate(pointer, size_type) {} in deallocate() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
H A D | PoolAlloc.h | 77 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 D | alloc.rs | 252 unsafe fn deallocate(&self, ptr: NonNull<u8>, layout: Layout) { in deallocate() functions
|
/third_party/skia/third_party/externals/dawn/src/common/ |
H A D | StackContainer.h | 115 void deallocate(pointer p, size_type n) { in deallocate() function in StackAllocator
|
/third_party/skia/third_party/externals/dng_sdk/source/ |
H A D | dng_memory.h | 567 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 D | st_tusb.h | 34 int (*deallocate)(struct usb_device *); member
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
H A D | ExecutableMemory.cpp | 43 #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 D | memory.h | 416 void StlAllocator<T>::deallocate(T* p, std::size_t n) { in deallocate() function in marl::StlAllocator
|
/third_party/glslang/glslang/Include/ |
H A D | PoolAlloc.h | 297 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 D | PoolAlloc.h | 287 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 D | str_cat_test.cc | 236 void deallocate(T* p, size_t) { std::free(p); } in deallocate() function
|
H A D | string_view_test.cc | 69 void deallocate(T* p, size_t) { std::free(p); } in deallocate() function
|
/third_party/node/deps/openssl/openssl/crypto/err/ |
H A D | err.c | 777 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 D | err.c | 777 err_set_error_data_int(char *data, size_t size, int flags, int deallocate) err_set_error_data_int() argument
|