/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | AllocatorBase.h | 58 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 D | RecyclingAllocator.h | 51 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } in Deallocate() function
|
H A D | Recycler.h | 98 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { in Deallocate() function
|
H A D | PerThreadBumpPtrAllocator.h | 50 void Deallocate(const void *Ptr, size_t Size, size_t Alignment) { in Deallocate() function
|
H A D | Allocator.h | 223 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 D | EPCGenericJITLinkMemoryManager.h | 34 ExecutorAddr Deallocate; member
|
H A D | EPCGenericRTDyldMemoryManager.h | 33 ExecutorAddr Deallocate; member
|
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_allocator_local_cache.h | 49 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 D | sanitizer_allocator_combined.h | 89 void Deallocate(AllocatorCache *cache, void *p) { in Deallocate() function
|
H A D | sanitizer_allocator_secondary.h | 134 void Deallocate(AllocatorStats *stat, void *p) { in Deallocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
H A D | asan_fake_stack.h | 124 static void Deallocate(uptr x, uptr class_id) { in Deallocate() function
|
H A D | asan_allocator.cpp | 272 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 D | StmtCXX.h | 329 Deallocate, ///< Coroutine frame memory deallocation. enumerator 356 Expr *Deallocate = nullptr; member
|
H A D | ASTContext.h | 739 void Deallocate(void *Ptr) const {} in Deallocate() function
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 408 void Deallocate(void *Ptr) {} in Deallocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
H A D | lsan_allocator.cpp | 125 void Deallocate(void *p) { in Deallocate() function
|
/freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
H A D | memprof_allocator.cpp | 505 void Deallocate(void *ptr, uptr delete_size, uptr delete_alignment, in Deallocate() function
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGCoroutine.cpp | 597 Stmt *Deallocate; member
|