Home
last modified time | relevance | path

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

12

/freebsd-src/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
/freebsd-src/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpState.cpp48 void InterpState::deallocate(Block *B) { deallocate() function in InterpState
/freebsd-src/contrib/llvm-project/libcxx/src/include/
H A Dsso_allocator.h66 _LIBCPP_HIDE_FROM_ABI void deallocate(pointer __p, size_type __n) { in deallocate() function
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DArrayRecycler.h137 void deallocate(Capacity Cap, T *Ptr) { in deallocate() function
/freebsd-src/contrib/llvm-project/libcxx/src/
H A Dthread.cpp118 void deallocate(T* __p, size_t) { ::operator delete(static_cast<void*>(__p)); } in deallocate() function in __hidden_allocator
/freebsd-src/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-src/contrib/llvm-project/clang/lib/Lex/
H A DMacroArgs.cpp91 MacroArgs *MacroArgs::deallocate() { in deallocate() function in MacroArgs
/freebsd-src/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-src/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-src/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-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlocal_cache.h60 bool deallocate(uptr ClassId, void *P) { in deallocate() function
H A Dsecondary.h678 void MapAllocator<Config>::deallocate(const Options &Options, void *Ptr) deallocate() function
H A Dcombined.h108 void deallocate(void *Ptr) { deallocate() function
[all...]
/freebsd-src/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_barrier.h134 static void deallocate(distributedBarrier *db) { KMP_ALIGNED_FREE(db); } in 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.h1112 static void deallocate(kmp_hw_subset_t *subset) { deallocate() function
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DParsedAttr.cpp76 void AttributeFactory::deallocate(ParsedAttr *Attr) { in deallocate() function in AttributeFactory
/freebsd-src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp325 void GuardedPoolAllocator::deallocate(void *Ptr) { deallocate() function in gwp_asan::GuardedPoolAllocator
/freebsd-src/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-src/crypto/openssl/crypto/err/
H A Derr.c778 int deallocate) in err_set_error_data_int()
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCleanup.cpp140 void EHScopeStack::deallocate(size_t Size) { deallocate() function in EHScopeStack
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCContext.h849 void deallocate(void *Ptr) {} deallocate() function
/freebsd-src/usr.sbin/bhyve/
H A Dpci_nvme.c194 uint32_t deallocate:1; member

12