Searched refs:deallocate (Results 26 - 50 of 67) sorted by relevance

123

/freebsd-current/contrib/llvm-project/libcxx/src/
H A Dthread.cpp118 void deallocate(T* __p, size_t) { ::operator delete(static_cast<void*>(__p)); } function in class:__hidden_allocator
/freebsd-current/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h134 static void deallocate(distributedBarrier *db) { KMP_ALIGNED_FREE(db); } function in class:distributedBarrier
H A Dkmp_stats.cpp356 void kmp_stats_event_vector::deallocate() { function in class:kmp_stats_event_vector
399 void kmp_stats_list::deallocate() { function in class:kmp_stats_list
406 delptr->_event_vector.deallocate();
920 __kmp_stats_list->deallocate();
H A Dkmp_dispatch_hier.h109 void deallocate() {
617 void deallocate() {
670 deallocate();
688 deallocate();
H A Dkmp_stats.h649 1) reset() -- sets the internal_size back to 0 but does not deallocate any
654 4) deallocate() -- frees all memory associated with the vector
691 void deallocate();
773 void deallocate();
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/TargetProcess/
H A DSimpleExecutorMemoryManager.cpp74 // completed finalization actions, then deallocate memory.
151 Error SimpleExecutorMemoryManager::deallocate( function in class:llvm::orc::rt_bootstrap::SimpleExecutorMemoryManager
256 &SimpleExecutorMemoryManager::deallocate))
/freebsd-current/contrib/llvm-project/libcxx/include/__format/
H A Dbuffer.h571 allocator_traits<_Alloc>::deallocate(__alloc_, __ptr_, __capacity_);
629 allocator_traits<_Alloc>::deallocate(__alloc_, __result.ptr, __result.count);
636 allocator_traits<_Alloc>::deallocate(__alloc_, __ptr_, __capacity_);
/freebsd-current/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.h564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
572 deallocate(EHTerminateScope::getSize());
H A DEHScopeStack.h270 void deallocate(size_t Size);
H A DCGCleanup.cpp140 void EHScopeStack::deallocate(size_t Size) { function in class:EHScopeStack
229 deallocate(Cleanup.getAllocatedSize());
259 deallocate(EHFilterScope::getSizeForNumFilters(filter.getNumFilters()));
/freebsd-current/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dcombined.h77 Cache.deallocate(Header.ClassId, BlockBegin);
108 void deallocate(void *Ptr) { function in struct:scudo::Allocator::QuarantineCallback
122 Cache.deallocate(QuarantineClassId,
418 // If possible, try to reuse the UAF tag that was set by deallocate().
524 NOINLINE void deallocate(void *Ptr, Chunk::Origin Origin, uptr DeleteSize = 0, function in class:scudo::Allocator
539 GuardedAlloc.deallocate(Ptr);
600 GuardedAlloc.deallocate(OldPtr);
669 // Otherwise we allocate a new one, and deallocate the old one. Some
1150 TSD->getCache().deallocate(ClassId, BlockBegin);
1163 Secondary.deallocate(Option
[all...]
H A Dquarantine.h170 // void Callback::deallocate(void *Ptr);
302 Cb.deallocate(B);
H A Dsecondary.h487 void deallocate(const Options &Options, void *Ptr);
678 void MapAllocator<Config>::deallocate(const Options &Options, void *Ptr)
/freebsd-current/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h77 template <class T> void deallocate(T *B) XRAY_NEVER_INSTRUMENT {
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp147 void MapperJITLinkMemoryManager::deallocate( function in class:llvm::orc::MapperJITLinkMemoryManager
H A DEPCGenericJITLinkMemoryManager.cpp125 void EPCGenericJITLinkMemoryManager::deallocate( function in class:llvm::orc::EPCGenericJITLinkMemoryManager
H A DDebugObjectManagerPlugin.cpp138 if (Error Err = MemMgr.deallocate(std::move(Allocs)))
/freebsd-current/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp76 /// destroy - Destroy and deallocate the memory for this object.
80 // would deallocate the element vectors.
89 /// deallocate - This should only be called by the Preprocessor when managing
91 MacroArgs *MacroArgs::deallocate() { function in class:MacroArgs
94 // Run the dtor to deallocate the vectors.
/freebsd-current/contrib/llvm-project/clang/lib/AST/Interp/
H A DEvalEmitter.cpp190 S.deallocate(B);
/freebsd-current/crypto/openssl/crypto/err/
H A Derr.c778 int deallocate)
786 err_clear_data(es, es->top, deallocate);
777 err_set_error_data_int(char *data, size_t size, int flags, int deallocate) argument
/freebsd-current/contrib/llvm-project/libcxx/include/__memory/
H A Dallocator_traits.h288 deallocate(allocator_type& __a, pointer __p, size_type __n) _NOEXCEPT {
289 __a.deallocate(__p, __n);
/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h849 void deallocate(void *Ptr) {} function
907 C.deallocate(Ptr);
941 C.deallocate(Ptr);
/freebsd-current/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp325 void GuardedPoolAllocator::deallocate(void *Ptr) { function in class:gwp_asan::GuardedPoolAllocator
333 // deallocate() call into a no-op.
/freebsd-current/contrib/llvm-project/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h207 Recycler.deallocate(RecyclerCapacity::get(MaxOperands), Operands);
/freebsd-current/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp442 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, function in class:llvm::jitlink::InProcessMemoryManager
465 /// Run any deallocate calls.

Completed in 457 milliseconds

123