Home
last modified time | relevance | path

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

123456

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dwrappers_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);
111 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, size);
116 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0,
122 Allocator.deallocate(ptr, scudo::Chunk::Origin::NewArray, 0,
128 Allocator.deallocate(ptr, scudo::Chunk::Origin::New, 0,
134 Allocator.deallocate(pt
[all...]
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h180 virtual void deallocate(std::vector<FinalizedAlloc> Allocs,
184 void deallocate(FinalizedAlloc Alloc, OnDeallocatedFunction OnDeallocated) { in deallocate() function
187 deallocate(std::move(Allocs), std::move(OnDeallocated)); in deallocate()
191 Error deallocate(std::vector<FinalizedAlloc> Allocs) { in deallocate() function
194 deallocate(std::move(Allocs), in deallocate()
200 Error deallocate(FinalizedAlloc Alloc) { in deallocate() function
203 return deallocate(std::move(Allocs)); in deallocate()
381 void deallocate(std::vector<FinalizedAlloc> Alloc,
385 using JITLinkMemoryManager::deallocate;
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.h46 void deallocate(std::vector<FinalizedAlloc> Allocs,
49 using JITLinkMemoryManager::deallocate;
H A DEPCGenericJITLinkMemoryManager.h50 void deallocate(std::vector<FinalizedAlloc> Allocs,
54 using JITLinkMemoryManager::deallocate;
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h66 _LIBCPP_HIDE_FROM_ABI void deallocate(pointer __p, size_type __n) { in deallocate()
70 allocator<_Tp>().deallocate(__p, __n); in deallocate()
65 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type __n) deallocate() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dmemory_resource.cpp155 upstream->deallocate(__first_->__start_, __first_->__allocation_size(), __first_->__align_); in __release_ptr()
184 upstream->deallocate(p, __first_->__allocation_size(), __first_->__align_); in __do_deallocate()
190 upstream->deallocate(p, h->__next_->__allocation_size(), h->__next_->__align_); in __do_deallocate()
222 …upstream->deallocate(__first_chunk_->__start_, __first_chunk_->__allocation_size(), __first_chunk_… in __release_ptr()
340 …__res_->deallocate(__fixed_pools_, __num_fixed_pools_ * sizeof(__fixed_pool), alignof(__fixed_pool… in release()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DDynamicAllocator.cpp105 bool DynamicAllocator::deallocate(const Expr *Source, in deallocate() function in DynamicAllocator
125 S.deallocate(B); in deallocate()
H A DInterpFrame.cpp74 S.deallocate(reinterpret_cast<Block *>(Param.second.get())); in ~InterpFrame()
87 S.deallocate(localBlock(Local.Offset)); in destroyScopes()
102 S.deallocate(localBlock(Local.Offset)); in destroy()
/freebsd/contrib/llvm-project/libcxx/include/experimental/
H A Dmemory_resource
/freebsd/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h366 _Alloc{}.deallocate(__ptr_, this->__capacity());
393 __alloc.deallocate(__ptr_, this->__capacity());
624 allocator_traits<_Alloc>::deallocate(__alloc_, __ptr_, __capacity_);
682 allocator_traits<_Alloc>::deallocate(__alloc_, __result.ptr, __result.count);
689 allocator_traits<_Alloc>::deallocate(__alloc_, __ptr_, __capacity_);
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h72 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate() function
77 __res_->deallocate(__p, __n * sizeof(_ValueType), alignof(_ValueType)); in deallocate()
88 __res_->deallocate(__ptr, __nbytes, __alignment);
H A Dsynchronized_pool_resource.h75 return __unsync_.deallocate(__p, __bytes, __align); in do_deallocate()
H A Dmemory_resource.h41 deallocate(void* __p, size_t __bytes, size_t __align = __max_align) {
/freebsd/contrib/llvm-project/libc/src/__support/GPU/
H A Dallocator.h19 void deallocate(void *ptr);
H A Dallocator.cpp288 void deallocate(void *ptr) { in deallocate() function
546 void deallocate(void *ptr) { in deallocate() function
557 slab->deallocate(ptr); in deallocate()
578 gpu::deallocate(ptr); in reallocate()
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__memory/
H A Dallocator_destructor.h35 …_LIBCPP_HIDE_FROM_ABI void operator()(pointer __p) _NOEXCEPT { __alloc_traits::deallocate(__alloc_… in operator()
/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_destructor.h35 …_LIBCPP_HIDE_FROM_ABI void operator()(pointer __p) _NOEXCEPT { __alloc_traits::deallocate(__alloc_… in operator()
H A Dunique_temporary_buffer.h39 allocator<_Tp>().deallocate(__ptr, __count_); in operator()
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.h39 Error deallocate(const std::vector<ExecutorAddr> &Bases);
/freebsd/contrib/llvm-project/libcxx/include/__pstl/backends/
H A Dlibdispatch.h141 std::allocator<__merge_range_t>().deallocate(__ptr, __n_ranges);
226 std::allocator<_Value>().deallocate(__ptr, __count);
276 std::allocator<_Value>().deallocate(__ptr, __size);
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DEPCIndirectionUtils.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/contrib/llvm-project/clang/include/clang/Lex/
H A DMacroArgs.h132 MacroArgs *deallocate();
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp65 void AttributeFactory::deallocate(ParsedAttr *Attr) { in deallocate() function in AttributeFactory
84 deallocate(AL); in reclaimPool()
/freebsd/sys/dev/acpica/
H A Dapei_if.m14 * @brief A pair of methods to allocate/deallocate registers for APEI
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp151 Error SimpleExecutorMemoryManager::deallocate( in deallocate() function in llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager
256 &SimpleExecutorMemoryManager::deallocate)) in deallocateWrapper()

123456