Home
last modified time | relevance | path

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

12345

/freebsd-14-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
HDwrappers_cpp.cpp89 Allocator.deallocate(ptr, scudo::Chunk::Origin::New); in operator delete()
93 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
98 Allocator.deallocate(ptr, scudo::Chunk::Origin::New); in operator delete()
103 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray); in operator delete[]()
107 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, size); in operator delete()
111 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size); in operator delete[]()
116 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0, in operator delete()
122 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
128 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0, in operator delete()
134 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0, in operator delete[]()
[all …]
HDlocal_cache.h60 bool deallocate(uptr ClassId, void *P) { in deallocate() function
166 deallocate(BatchClassId, B); in destroyBatch()
HDcombined.h83 Cache.deallocate(Header.ClassId, BlockBegin); in recycle()
115 void deallocate(void *Ptr) { in deallocate() function
129 Cache.deallocate(QuarantineClassId, in deallocate()
427 NOINLINE void deallocate(void *Ptr, Chunk::Origin Origin, uptr DeleteSize = 0,
442 GuardedAlloc.deallocate(Ptr);
503 GuardedAlloc.deallocate(OldPtr);
1273 CacheDrained = TSD->getCache().deallocate(ClassId, BlockBegin); in quarantineOrDeallocateChunk()
1282 Secondary.deallocate(Options, BlockBegin); in quarantineOrDeallocateChunk()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
HDJITLinkMemoryManager.h176 virtual void deallocate(std::vector<FinalizedAlloc> Allocs,
180 void deallocate(FinalizedAlloc Alloc, OnDeallocatedFunction OnDeallocated) { in deallocate() function
183 deallocate(std::move(Allocs), std::move(OnDeallocated)); in deallocate()
187 Error deallocate(std::vector<FinalizedAlloc> Allocs) { in deallocate() function
190 deallocate(std::move(Allocs), in deallocate()
196 Error deallocate(FinalizedAlloc Alloc) { in deallocate() function
199 return deallocate(std::move(Allocs)); in deallocate()
374 void deallocate(std::vector<FinalizedAlloc> Alloc,
378 using JITLinkMemoryManager::deallocate;
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
HDMapperJITLinkMemoryManager.h44 void deallocate(std::vector<FinalizedAlloc> Allocs,
47 using JITLinkMemoryManager::deallocate;
HDEPCGenericJITLinkMemoryManager.h48 void deallocate(std::vector<FinalizedAlloc> Allocs,
52 using JITLinkMemoryManager::deallocate;
/freebsd-14-stable/contrib/llvm-project/libcxx/src/include/
HDsso_allocator.h66 _LIBCPP_HIDE_FROM_ABI void deallocate(pointer __p, size_type __n) { in deallocate() function
70 allocator<_Tp>().deallocate(__p, __n); in deallocate()
/freebsd-14-stable/contrib/llvm-project/clang/lib/AST/Interp/
HDDynamicAllocator.cpp91 bool DynamicAllocator::deallocate(const Expr *Source, in deallocate() function in DynamicAllocator
111 S.deallocate(B); in deallocate()
HDInterpFrame.cpp70 S.deallocate(reinterpret_cast<Block *>(Param.second.get())); in ~InterpFrame()
88 S.deallocate(localBlock(Local.Offset)); in destroy()
HDDynamicAllocator.h70 bool deallocate(const Expr *Source, const Block *BlockToDelete,
/freebsd-14-stable/contrib/llvm-project/libcxx/src/
HDmemory_resource.cpp152 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr()
181 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate()
187 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate()
219 …upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_… in __release_ptr()
337 …__res_->deallocate(__fixed_pools_, __num_fixed_pools_ * sizeof(__fixed_pool), alignof(__fixed_pool… in release()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__memory_resource/
HDpolymorphic_allocator.h70 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate() function
75 __res_->deallocate(__p, __n * sizeof(_ValueType), alignof(_ValueType)); in deallocate()
86 __res_->deallocate(__ptr, __nbytes, __alignment);
HDsynchronized_pool_resource.h74 return __unsync_.deallocate(__p, __bytes, __align); in do_deallocate()
HDmemory_resource.h40 deallocate(void* __p, size_t __bytes, size_t __align = __max_align) {
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__memory/
HDallocator_destructor.h35 …_LIBCPP_HIDE_FROM_ABI void operator()(pointer __p) _NOEXCEPT { __alloc_traits::deallocate(__alloc_… in operator()
HDallocator.h128 …_LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void deallocate(_Tp* __p, size_t __n) _NOEXCEP…
209 _LIBCPP_HIDE_FROM_ABI _LIBCPP_CONSTEXPR_SINCE_CXX20 void deallocate(const _Tp* __p, size_t __n) {
HDallocation_guard.h95 allocator_traits<_Alloc>::deallocate(__alloc_, __ptr_, __n_); in __destroy()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
HDSimpleExecutorMemoryManager.h38 Error deallocate(const std::vector<ExecutorAddr> &Bases);
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/Lex/
HDMacroArgs.h132 MacroArgs *deallocate();
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
HDEPCIndirectionUtils.cpp94 EPCIU.getExecutorProcessControl().getMemMgr().deallocate( in deallocatePool()
276 auto Err = MemMgr.deallocate(std::move(IndirectStubAllocs)); in cleanup()
284 joinErrors(std::move(Err), MemMgr.deallocate(std::move(ResolverBlock))); in cleanup()
/freebsd-14-stable/contrib/llvm-project/libcxx/include/__pstl/backends/
HDlibdispatch.h138 std::allocator<__merge_range_t>().deallocate(__ptr, __n_ranges);
223 std::allocator<_Value>().deallocate(__ptr, __count);
273 std::allocator<_Value>().deallocate(__ptr, __size);
/freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/
HDParsedAttr.cpp76 void AttributeFactory::deallocate(ParsedAttr *Attr) { in deallocate() function in AttributeFactory
95 deallocate(AL); in reclaimPool()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
HDSimpleExecutorMemoryManager.cpp151 Error SimpleExecutorMemoryManager::deallocate( in deallocate() function in llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager
256 &SimpleExecutorMemoryManager::deallocate)) in deallocateWrapper()
/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDArrayRecycler.h137 void deallocate(Capacity Cap, T *Ptr) { in deallocate() function
/freebsd-14-stable/contrib/llvm-project/openmp/runtime/src/
HDkmp_stats.cpp356 void kmp_stats_event_vector::deallocate() { in deallocate() function in kmp_stats_event_vector
399 void kmp_stats_list::deallocate() { in deallocate() function in kmp_stats_list
406 delptr->_event_vector.deallocate(); in deallocate()
920 __kmp_stats_list->deallocate(); in __kmp_stats_fini()

12345