Home
last modified time | relevance | path

Searched defs:Free (Results 1 – 22 of 22) sorted by relevance

/arkcompiler/runtime_core/runtime/mem/
Dmalloc-proxy-allocator-inl.h64 void MallocProxyAllocator<AllocConfigT>::Free(void *mem) in Free() function
Dframe_allocator-inl.h110 ALWAYS_INLINE inline void FrameAllocator<AlignmenT, UseMemsetT>::Free(void *mem) in Free() function
Dregion_allocator.h184 void Free([[maybe_unused]] void *mem) {} in Free() function
582 void Free([[maybe_unused]] void *mem) {} in Free() function
Dpygote_space_allocator-inl.h141 inline void PygoteSpaceAllocator<AllocConfigT>::Free(void *mem) in Free() function
Dinternal_allocator.cpp93 void InternalAllocator<Config>::Free(void *ptr) in Free() function in panda::mem::InternalAllocator
Dhumongous_obj_allocator-inl.h99 void HumongousObjAllocator<AllocConfigT, LockConfigT>::Free(void *mem) in Free() function
Dfreelist_allocator-inl.h134 void FreeListAllocator<AllocConfigT, LockConfigT>::Free(void *mem) in Free() function
Dregion_allocator-inl.h513 void RegionNonmovableAllocator<AllocConfigT, LockConfigT, ObjectAllocator>::Free(void *mem) in Free() function
Drunslots_allocator-inl.h127 inline void RunSlotsAllocator<AllocConfigT, LockConfigT>::Free(void *mem) in Free() function
/arkcompiler/runtime_core/verification/util/
Dobj_pool.h83 void Free() in Free() function
238 Vector<std::size_t> Free; variable
/arkcompiler/ets_runtime/ecmascript/mem/
Dmem_map_allocator.cpp57 void MemMapAllocator::Free(void *mem, size_t size, bool isRegular) in Free() function in panda::ecmascript::MemMapAllocator
Dfree_object_set.cpp23 void FreeObjectSet::Free(uintptr_t begin, size_t size) in Free() function in panda::ecmascript::FreeObjectSet
Dchunk.h82 void Free([[maybe_unused]] void *mem) in Free() function
Dnative_area_allocator.cpp75 void NativeAreaAllocator::Free(void *mem, size_t size) in Free() function in panda::ecmascript::NativeAreaAllocator
Dcaddress_allocator.h152 void Free(void *mem) in Free() function
Dchunk_allocator.h139 void Free([[maybe_unused]] void *mem) {} in Free() function
Dfree_object_list.cpp118 void FreeObjectList::Free(uintptr_t start, size_t size, bool isAdd) in Free() function in panda::ecmascript::FreeObjectList
Dallocator-inl.h145 void FreeListAllocator::Free(uintptr_t begin, size_t size, bool isAdd) in Free() function
/arkcompiler/runtime_core/libpandabase/mem/
Darena-inl.h122 inline void Arena::Free(void *mem) in Free() function
/arkcompiler/runtime_core/runtime/tests/
Dhybrid_object_allocator_test.cpp57 void Free(HybridObjectAllocator *allocator, void *mem) in Free() function in panda::mem::HybridObjectAllocatorTest
/arkcompiler/runtime_core/runtime/include/mem/
Dallocator.h435 void Free([[maybe_unused]] void *mem) final in Free() function
474 void Free(void *mem) final in Free() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1459 inline void CopyableGlobal<T>::Free() in Free() function