Home
last modified time | relevance | path

Searched defs:Deallocate (Results 1 – 19 of 19) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DAllocatorBase.h58 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
98 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
H A DRecyclingAllocator.h51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
H A DRecycler.h98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() function
H A DPerThreadBumpPtrAllocator.h50 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
H A DAllocator.h218 void Deallocate(const void *Ptr, size_t Size, size_t /*Alignment*/) { in Deallocate() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DEPCGenericJITLinkMemoryManager.h34 ExecutorAddr Deallocate; member
H A DEPCGenericRTDyldMemoryManager.h33 ExecutorAddr Deallocate; member
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_local_cache.h49 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { in Deallocate() function
174 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { in Deallocate() function
H A Dsanitizer_allocator_combined.h89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() function
H A Dsanitizer_allocator_secondary.h134 void Deallocate(AllocatorStats *stat, void *p) { in Deallocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fake_stack.h124 static void Deallocate(uptr x, uptr class_id) { in Deallocate() function
H A Dasan_allocator.cpp272 void Deallocate(void *p) const { get_allocator().Deallocate(cache_, p); } in Deallocate() function
703 void Deallocate(void *ptr, uptr delete_size, uptr delete_alignment, in Deallocate() function
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DStmtCXX.h329 Deallocate, ///< Coroutine frame memory deallocation. enumerator
356 Expr *Deallocate = nullptr; member
H A DASTContext.h716 void Deallocate(void *Ptr) const {} in Deallocate() function
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h408 void Deallocate(void *Ptr) {} in Deallocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_allocator.cpp125 void Deallocate(void *p) { in Deallocate() function
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/
H A Dmemprof_allocator.cpp439 void Deallocate(void *ptr, uptr delete_size, uptr delete_alignment, in Deallocate() function
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp464 Stmt *Deallocate; member
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DDiagnostic.h1142 void Deallocate(DiagnosticStorage *S) { in Deallocate() function