/arkcompiler/runtime_core/static_core/verification/ |
H A D | verification_options.cpp | 39 mem::AllocatorAdapter<MethodOptionsConfig>().deallocate(debug.methodOptions, 1); in Destroy()
|
/arkcompiler/runtime_core/static_core/runtime/include/ |
H A D | thread.h | 137 allocator_.deallocate(storage_, capacity_); in ~LockedObjectList() 212 allocator_.deallocate(storage_, capacity_); in ExtendIfNeeded()
|
/arkcompiler/ets_runtime/ecmascript/mem/ |
H A D | caddress_allocator.h | 80 void deallocate(pointer p, [[maybe_unused]] size_type n) in deallocate() function in panda::ecmascript::CAddressAllocator
|
H A D | chunk_allocator.h | 91 void deallocate([[maybe_unused]] pointer p, [[maybe_unused]] size_type n) {} in deallocate() function in panda::ecmascript::ChunkAllocator
|
/arkcompiler/runtime_core/static_core/verification/cache/ |
H A D | results_cache.cpp | 125 mem::AllocatorAdapter<Impl>().deallocate(impl_, 1); in Destroy()
|
/arkcompiler/runtime_core/libpandabase/mem/ |
H A D | arena_allocator_stl_adapter.h | 127 void deallocate([[maybe_unused]] pointer p, [[maybe_unused]] size_type n) {} in deallocate() function in panda::ArenaAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/libpandabase/mem/ |
H A D | arena_allocator_stl_adapter.h | 131 void deallocate([[maybe_unused]] pointer p, [[maybe_unused]] size_type n) {} in deallocate() function in ark::ArenaAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/utils/ |
H A D | sp_sc_lock_free_queue.h | 149 allocator.deallocate(node, 1U); in DeleteQueueNode()
|
/arkcompiler/runtime_core/static_core/runtime/mem/ |
H A D | allocator_adapter.h | 122 void deallocate(pointer ptr, [[maybe_unused]] size_type size) in deallocate() function in ark::mem::AllocatorAdapter
|
H A D | runslots_allocator_stl_adapter.h | 144 void deallocate([[maybe_unused]] pointer p, [[maybe_unused]] size_type n) in deallocate() function in ark::mem::RunSlotsAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/libpandabase/taskmanager/ |
H A D | task_queue.h | 60 allocator.deallocate(static_cast<TaskQueue<TaskAllocatorType> *>(queue), 1U); in Destroy()
|
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/ |
H A D | mempool_allocator.h | 279 void deallocate(pointer, size_type) {} in deallocate() function in maple::MapleAllocatorAdapter
|
/arkcompiler/runtime_core/static_core/verification/util/ |
H A D | bit_vector.h | 157 allocator.deallocate(data_, SizeInWords()); in Deallocate()
|