/third_party/skia/third_party/externals/abseil-cpp/absl/base/ |
D | exception_safety_testing_test.cc | 382 int_alloc.deallocate(ip, 1); in TEST() 384 int_alloc.deallocate(i_array, 2); in TEST() 388 tv_alloc.deallocate(ptr, 1); in TEST() 390 tv_alloc.deallocate(tv_array, 2); in TEST() 400 nothrow_alloc.deallocate(ptr, 1); in TEST() 417 int_alloc.deallocate(ip, 1); in TEST() 434 int_alloc.deallocate(ip, 1); in TEST() 445 int_alloc.deallocate(ip, 1); in TEST() 462 nothrow_alloc.deallocate(ptr, 1); in TEST() 494 a3.deallocate(ip, 1); in TEST()
|
/third_party/iowow/src/fs/tests/ |
D | iwfs_test2.c | 381 rc = fsm.deallocate(&fsm, aslots[i].addr, aslots[i].len); in test_fsm_uniform_alloc_impl() 488 rc = fsm->deallocate(fsm, rec->offset, rec->length); in recordsthr() 638 rc = fsm.deallocate(&fsm, 1 * bsize, 1 * bsize); in test_block_allocation1_impl() 644 rc = fsm.deallocate(&fsm, hoff + 1 * bsize, 1 * bsize); in test_block_allocation1_impl() 656 rc = fsm.deallocate(&fsm, oaddr, 2 * bsize); in test_block_allocation1_impl() 661 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 2 * bsize); in test_block_allocation1_impl() 672 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 2 * bsize); in test_block_allocation1_impl() 678 rc = fsm.deallocate(&fsm, hoff + 3 * bsize, 1 * bsize); in test_block_allocation1_impl() 694 rc = fsm.deallocate(&fsm, hoff + 4 * bsize, 3 * bsize); in test_block_allocation1_impl() 696 rc = fsm.deallocate(&fsm, hoff, 1 * bsize); in test_block_allocation1_impl()
|
/third_party/skia/third_party/externals/swiftshader/src/Reactor/ |
D | ExecutableMemory.cpp | 43 #undef deallocate 251 void deallocate(void *memory) in deallocate() function 398 deallocate(memory); in deallocateMemoryPages() 413 deallocate(memory); in deallocateMemoryPages()
|
/third_party/json/test/src/ |
D | unit-allocator.cpp | 92 void deallocate(T* p, std::size_t n) in deallocate() function 100 std::allocator<T>::deallocate(p, n); in deallocate() 129 alloc.deallocate(p, 1); in my_allocator_clean_up()
|
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 77 void deallocate(void *, size_type) {} in deallocate() function 87 void deallocate(pointer, size_type) {} in deallocate() function
|
/third_party/skia/third_party/externals/angle2/src/compiler/translator/ |
D | PoolAlloc.h | 77 void deallocate(void *, size_type) {} in deallocate() function 87 void deallocate(pointer, size_type) {} in deallocate() function
|
/third_party/skia/third_party/externals/swiftshader/src/Common/ |
D | Memory.cpp | 36 #undef deallocate 102 void deallocate(void *memory) in deallocate() function
|
D | Memory.hpp | 26 void deallocate(void *memory);
|
D | Resource.cpp | 35 deallocate(buffer); in ~Resource()
|
/third_party/cJSON/ |
D | cJSON.c | 159 void (CJSON_CDECL *deallocate)(void *pointer); 215 global_hooks.deallocate = free; in cJSON_InitHooks() 226 global_hooks.deallocate = free; in cJSON_InitHooks() 229 global_hooks.deallocate = hooks->free_fn; in cJSON_InitHooks() 234 if ((global_hooks.allocate == malloc) && (global_hooks.deallocate == free)) in cJSON_InitHooks() 265 global_hooks.deallocate(item->valuestring); in cJSON_Delete() 269 global_hooks.deallocate(item->string); in cJSON_Delete() 271 global_hooks.deallocate(item); in cJSON_Delete() 495 p->hooks.deallocate(p->buffer); in ensure() 508 p->hooks.deallocate(p->buffer); in ensure() [all …]
|
/third_party/cJSON/tests/ |
D | common.h | 36 global_hooks.deallocate(item->valuestring); in reset() 40 global_hooks.deallocate(item->string); in reset()
|
D | parse_string.c | 56 global_hooks.deallocate(item->valuestring); in assert_parse_string()
|
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/ |
D | vktApiMemoryRequirementInvarianceTests.cpp | 65 virtual void deallocate (Context& context) = 0; 75 virtual void deallocate (Context& context); 123 void BufferAllocator::deallocate (Context& context) in deallocate() function in vkt::api::BufferAllocator 149 virtual void deallocate (Context& context); 209 void ImageAllocator::deallocate (Context& context) in deallocate() function in vkt::api::ImageAllocator 595 objs[i]->deallocate(m_context); in iterate() 650 objs[order[i]]->deallocate(m_context); in iterate()
|
/third_party/skia/third_party/externals/abseil-cpp/absl/container/internal/ |
D | counting_allocator.h | 63 void deallocate(pointer p, size_type n) { in deallocate() function 65 AllocatorTraits::deallocate(allocator, p, n); in deallocate()
|
D | container_memory_test.cc | 73 void deallocate(T* p, std::size_t n) { in deallocate() function 75 return std::allocator<T>().deallocate(p, n); in deallocate() 96 std::allocator_traits<Alloc>::deallocate(*alloc(), ptr_, 1); in ~Fixture()
|
D | raw_hash_set_allocator_test.cc | 80 void deallocate(T* ptr, size_t n) { in deallocate() function in absl::container_internal::__anon94c908000111::CheckedAlloc 83 return std::allocator<T>().deallocate(ptr, n); in deallocate() 458 void deallocate(T* p, size_t) { delete p; } in deallocate() function in absl::container_internal::__anon94c908000111::PAlloc
|
/third_party/glslang/glslang/Include/ |
D | PoolAlloc.h | 292 void deallocate(void*, size_type) { } in deallocate() function 293 void deallocate(pointer, size_type) { } in deallocate() function
|
/third_party/skia/third_party/externals/dawn/src/common/ |
D | StackContainer.h | 115 void deallocate(pointer p, size_type n) { in deallocate() function 119 std::allocator<T>::deallocate(p, n); in deallocate()
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/ |
D | PoolAlloc.h | 287 void deallocate(void*, size_type) {} in deallocate() function 295 void deallocate(pointer, size_type) {} in deallocate() function
|
/third_party/mesa3d/src/gallium/drivers/r600/sfn/ |
D | sfn_memorypool.h | 79 void deallocate(void *p, size_t n) { in deallocate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ExecutionEngine/JITLink/ |
D | JITLinkMemoryManager.h | 78 virtual Error deallocate() = 0;
|
/third_party/jsoncpp/include/json/ |
D | allocator.h | 39 void deallocate(pointer p, size_type n) { in deallocate() function
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceBitVector.h | 344 Alloc.deallocate(Bits, Capacity); in ~BitVectorTmpl() 678 Alloc.deallocate(Bits, OldCapacity); 688 Alloc.deallocate(Bits, Capacity); 773 Alloc.deallocate(Bits, OldCapacity); in grow()
|
/third_party/ltp/testcases/kernel/device-drivers/usb/tusb/ |
D | st_tusb.h | 34 int (*deallocate)(struct usb_device *); member
|
/third_party/flatbuffers/swift/Sources/FlatBuffers/ |
D | ByteBuffer.swift | 49 memory.deallocate() 87 memory.deallocate() in reallocate()
|