Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 – 25 of 148) sorted by relevance

123456

/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc382 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/
Diwfs_test2.c381 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/
DExecutableMemory.cpp43 #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/
Dunit-allocator.cpp92 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/
DPoolAlloc.h77 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/
DPoolAlloc.h77 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/
DMemory.cpp36 #undef deallocate
102 void deallocate(void *memory) in deallocate() function
DMemory.hpp26 void deallocate(void *memory);
DResource.cpp35 deallocate(buffer); in ~Resource()
/third_party/cJSON/
DcJSON.c159 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/
Dcommon.h36 global_hooks.deallocate(item->valuestring); in reset()
40 global_hooks.deallocate(item->string); in reset()
Dparse_string.c56 global_hooks.deallocate(item->valuestring); in assert_parse_string()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/api/
DvktApiMemoryRequirementInvarianceTests.cpp65 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/
Dcounting_allocator.h63 void deallocate(pointer p, size_type n) { in deallocate() function
65 AllocatorTraits::deallocate(allocator, p, n); in deallocate()
Dcontainer_memory_test.cc73 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()
Draw_hash_set_allocator_test.cc80 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/
DPoolAlloc.h292 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/
DStackContainer.h115 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/
DPoolAlloc.h287 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/
Dsfn_memorypool.h79 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/
DJITLinkMemoryManager.h78 virtual Error deallocate() = 0;
/third_party/jsoncpp/include/json/
Dallocator.h39 void deallocate(pointer p, size_type n) { in deallocate() function
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DIceBitVector.h344 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/
Dst_tusb.h34 int (*deallocate)(struct usb_device *); member
/third_party/flatbuffers/swift/Sources/FlatBuffers/
DByteBuffer.swift49 memory.deallocate()
87 memory.deallocate() in reallocate()

123456