Home
last modified time | relevance | path

Searched refs:deallocate (Results 1 - 13 of 13) sorted by relevance

/arkcompiler/runtime_core/static_core/verification/
H A Dverification_options.cpp39 mem::AllocatorAdapter<MethodOptionsConfig>().deallocate(debug.methodOptions, 1); in Destroy()
/arkcompiler/runtime_core/static_core/runtime/include/
H A Dthread.h137 allocator_.deallocate(storage_, capacity_); in ~LockedObjectList()
212 allocator_.deallocate(storage_, capacity_); in ExtendIfNeeded()
/arkcompiler/ets_runtime/ecmascript/mem/
H A Dcaddress_allocator.h80 void deallocate(pointer p, [[maybe_unused]] size_type n) in deallocate() function in panda::ecmascript::CAddressAllocator
H A Dchunk_allocator.h91 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 Dresults_cache.cpp125 mem::AllocatorAdapter<Impl>().deallocate(impl_, 1); in Destroy()
/arkcompiler/runtime_core/libpandabase/mem/
H A Darena_allocator_stl_adapter.h127 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 Darena_allocator_stl_adapter.h131 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 Dsp_sc_lock_free_queue.h149 allocator.deallocate(node, 1U); in DeleteQueueNode()
/arkcompiler/runtime_core/static_core/runtime/mem/
H A Dallocator_adapter.h122 void deallocate(pointer ptr, [[maybe_unused]] size_type size) in deallocate() function in ark::mem::AllocatorAdapter
H A Drunslots_allocator_stl_adapter.h144 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 Dtask_queue.h60 allocator.deallocate(static_cast<TaskQueue<TaskAllocatorType> *>(queue), 1U); in Destroy()
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/mempool/include/
H A Dmempool_allocator.h279 void deallocate(pointer, size_type) {} in deallocate() function in maple::MapleAllocatorAdapter
/arkcompiler/runtime_core/static_core/verification/util/
H A Dbit_vector.h157 allocator.deallocate(data_, SizeInWords()); in Deallocate()

Completed in 7 milliseconds