Searched defs:Deallocate (Results 1 - 17 of 17) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h51 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { function in class:llvm::AllocatorBase
75 Deallocate( function in class:llvm::AllocatorBase
91 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { function in class:llvm::MallocAllocator
[all...]
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { function in class:llvm::Recycler
H A DRecyclingAllocator.h51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } function in class:llvm::RecyclingAllocator
H A DAllocator.h211 void Deallocate(const void *Ptr, size_t Size, size_t /*Alignment*/) { function in class:llvm::BumpPtrAllocatorImpl
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h124 static void Deallocate(uptr x, uptr class_id) { function in class:__asan::FakeStack
H A Dasan_allocator.cpp175 void Deallocate(void *p) { function in struct:__asan::QuarantineCallback
626 void Deallocate(void *ptr, uptr delete_size, uptr delete_alignment, function in struct:__asan::Allocator
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h48 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { function in struct:SizeClassAllocator64LocalCache
167 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { function in struct:SizeClassAllocator32LocalCache
H A Dsanitizer_allocator_combined.h89 void Deallocate(AllocatorCache *cache, void *p) { function in class:CombinedAllocator
H A Dsanitizer_allocator_secondary.h134 void Deallocate(AllocatorStats *stat, void *p) { function in class:LargeMmapAllocator
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/scudo/
H A Dscudo_allocator_secondary.h151 void Deallocate(AllocatorStats *Stats, void *Ptr) { function in class:LargeMmapAllocator
H A Dscudo_allocator.cpp204 void Deallocate(void *Ptr) { function in struct:__scudo::QuarantineCallback
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h107 void Deallocate(Storage *S) { function in class:clang::PartialDiagnostic::StorageAllocator
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp117 void Deallocate(void *p) { function in namespace:__lsan
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h408 void Deallocate(void *Ptr) {} function in class:clang::PreprocessingRecord
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp420 Stmt *Deallocate; member in struct:__anon1700::final
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h328 Deallocate, ///< Coroutine frame memory deallocation. enumerator in enum:clang::final::SubStmt
355 Expr *Deallocate = nullptr; member in struct:clang::final::CtorArgs
H A DASTContext.h633 void Deallocate(void *Ptr) const {} function in class:clang::ASTContext

Completed in 280 milliseconds