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

/freebsd-11.0-release/contrib/llvm/include/llvm/Support/
H A DRecycler.h97 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { function in class:llvm::Recycler
H A DRecyclingAllocator.h52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } function in class:llvm::RecyclingAllocator
H A DAllocator.h60 void Deallocate(const void *Ptr, size_t Size) { function in class:llvm::AllocatorBase
84 Deallocate( function in class:llvm::AllocatorBase
101 void Deallocate(const void *Ptr, size_t /*Size*/) { function in class:llvm::MallocAllocator
263 void Deallocate(const void *Ptr, size_t Size) { function in class:llvm::BumpPtrAllocatorImpl
[all...]
/freebsd-11.0-release/contrib/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.cc166 void Deallocate(void *p) { function in struct:__asan::QuarantineCallback
512 void Deallocate(void *ptr, uptr delete_size, BufferedStackTrace *stack, function in struct:__asan::Allocator
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Basic/
H A DPartialDiagnostic.h101 void Deallocate(Storage *S) { function in class:clang::PartialDiagnostic::StorageAllocator
/freebsd-11.0-release/contrib/compiler-rt/lib/lsan/
H A Dlsan_allocator.cc105 void Deallocate(void *p) { function in namespace:__lsan
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Lex/
H A DPreprocessingRecord.h375 void Deallocate(void *Ptr) { } function in class:clang::PreprocessingRecord
/freebsd-11.0-release/contrib/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h934 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { function in struct:__sanitizer::SizeClassAllocatorLocalCache
1077 void Deallocate(AllocatorStats *stat, void *p) { function in class:__sanitizer::LargeMmapAllocator
1334 void Deallocate(AllocatorCache *cache, void *p) { function in class:__sanitizer::CombinedAllocator

Completed in 86 milliseconds