Home
last modified time | relevance | path

Searched defs:deallocate (Results 1 – 25 of 27) sorted by relevance

12

/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.h180 void deallocate(FinalizedAlloc Alloc, OnDeallocatedFunction OnDeallocated) { in deallocate() function
187 Error deallocate(std::vector<FinalizedAlloc> Allocs) { in deallocate() function
196 Error deallocate(FinalizedAlloc Alloc) { in deallocate() function
[all...]
/freebsd/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h65 _LIBCPP_INLINE_VISIBILITY void deallocate(pointer __p, size_type __n) deallocate() function
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp60 void InterpState::deallocate(Block *B) { in deallocate() function in InterpState
H A DDynamicAllocator.cpp91 bool DynamicAllocator::deallocate(const Expr *Source, in deallocate() function in DynamicAllocator
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h137 void deallocate(Capacity Cap, T *Ptr) { in deallocate() function
/freebsd/contrib/llvm-project/libcxx/src/
H A Dthread.cpp139 void deallocate(T* __p, size_t) {::operator delete(static_cast<void*>(__p));} deallocate() function in __hidden_allocator
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/
H A DMapperJITLinkMemoryManager.cpp147 void MapperJITLinkMemoryManager::deallocate( in deallocate() function in llvm::orc::MapperJITLinkMemoryManager
H A DEPCGenericJITLinkMemoryManager.cpp125 void EPCGenericJITLinkMemoryManager::deallocate( in deallocate() function in llvm::orc::EPCGenericJITLinkMemoryManager
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp91 MacroArgs *MacroArgs::deallocate() { in deallocate() function in MacroArgs
/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_allocator.h77 template <class T> void deallocate(T *B) XRAY_NEVER_INSTRUMENT { in deallocate() function
/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
/freebsd/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h131 static void deallocate(distributedBarrier *db) { KMP_ALIGNED_FREE(db); } deallocate() function
H A Dkmp_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
H A Dkmp_dispatch_hier.h109 void deallocate() { in deallocate() function
617 void deallocate() { in deallocate() function
H A Dkmp_affinity.h1119 static void deallocate(kmp_hw_subset_t *subset) { in deallocate() function
/freebsd/contrib/llvm-project/libcxx/include/__memory_resource/
H A Dpolymorphic_allocator.h70 _LIBCPP_HIDE_FROM_ABI void deallocate(_ValueType* __p, size_t __n) { in deallocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp328 void GuardedPoolAllocator::deallocate(void *Ptr) { in deallocate() function in gwp_asan::GuardedPoolAllocator
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp76 void AttributeFactory::deallocate(ParsedAttr *Attr) { in deallocate() function in AttributeFactory
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h125 bool deallocate(uptr ClassId, void *P) { deallocate() function
H A Dsecondary.h704 void MapAllocator<Config>::deallocate(const Options &Options, void *Ptr) in deallocate() function
H A Dcombined.h115 void deallocate(void *Ptr) { in deallocate() function
/freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DJITLinkMemoryManager.cpp442 void InProcessMemoryManager::deallocate(std::vector<FinalizedAlloc> Allocs, in deallocate() function in llvm::jitlink::InProcessMemoryManager
/freebsd/crypto/openssl/crypto/err/
H A Derr.c778 int deallocate) in err_set_error_data_int()
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h820 void deallocate(void *Ptr) {} in deallocate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp111 void EHScopeStack::deallocate(size_t Size) { in deallocate() function in EHScopeStack

12