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

/external/llvm/include/llvm/Support/
H A DRecyclingAllocator.h48 /// Deallocate - Release storage for the pointed-to object. The
52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } function in class:llvm::RecyclingAllocator
70 A.Deallocate(E);
H A DRecycler.h86 Allocator.Deallocate(t);
107 void Deallocate(AllocatorType & /*Allocator*/, SubClass* Element) { function in class:llvm::Recycler
H A DAllocator.h46 void Deallocate(const void *Ptr) { free(const_cast<void*>(Ptr)); } function in class:llvm::MallocAllocator
68 virtual void Deallocate(MemSlab *Slab) = 0;
83 virtual void Deallocate(MemSlab *Slab);
132 /// DeallocateSlabs - Deallocate all memory slabs after and including this
144 /// Reset - Deallocate all but the current slab and reset the current pointer
175 void Deallocate(const void * /*Ptr*/) {} function in class:llvm::BumpPtrAllocator
/external/llvm/unittests/Support/
H A DAllocatorTest.cpp131 virtual void Deallocate(MemSlab *Slab) { function in class:__anon9263::MockSlabAllocator
/external/opencv/
H A DWLNonFileByteStream.cpp29 Deallocate();
42 void WLNonFileByteStream::Deallocate() function in class:WLNonFileByteStream
67 Deallocate();
/external/llvm/lib/Support/
H A DAllocator.cpp60 /// DeallocateSlabs - Deallocate all memory slabs after and including this
71 Allocator.Deallocate(Slab);
76 /// Reset - Deallocate all but the current slab and reset the current pointer
176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { function in class:llvm::MallocSlabAllocator
177 Allocator.Deallocate(Slab);
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h105 void Deallocate(Storage *S) { function in class:clang::PartialDiagnostic::StorageAllocator
158 Allocator->Deallocate(DiagStorage);
/external/llvm/include/llvm/MC/
H A DMCContext.h326 void Deallocate(void *Ptr) { function in class:llvm::MCContext
354 /// @c Context.Deallocate(Ptr).
373 C.Deallocate(Ptr);
388 /// @c Context.Deallocate(Ptr).
407 C.Deallocate(Ptr);
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h399 /// \brief Deallocate memory in the preprocessing record.
400 void Deallocate(void *Ptr) { } function in class:clang::PreprocessingRecord
634 PR.Deallocate(ptr);
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator64.h136 void Deallocate(void *p) { function in class:__sanitizer::SizeClassAllocator64
320 void Deallocate(SizeClassAllocator *allocator, uptr class_id, void *p) { function in struct:__sanitizer::SizeClassAllocatorLocalCache
383 void Deallocate(void *p) { function in class:__sanitizer::LargeMmapAllocator
497 void Deallocate(AllocatorCache *cache, void *p) { function in class:__sanitizer::CombinedAllocator
500 cache->Deallocate(&primary_, primary_.GetSizeClass(p), p);
502 secondary_.Deallocate(p);
510 Deallocate(cache, p);
519 Deallocate(cache, p);
/external/llvm/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp274 virtual void Deallocate(MemSlab *Slab);
546 /// deallocateFunctionBody - Deallocate all memory for the specified
552 /// deallocateExceptionTable - Deallocate memory for the specified
589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { function in class:JITSlabAllocator
/external/clang/include/clang/AST/
H A DASTContext.h412 void Deallocate(void *Ptr) const { } function in class:clang::ASTContext
2125 /// @c Context.Deallocate(Ptr).
2143 C.Deallocate(Ptr);
2162 /// @c Context.Deallocate(Ptr).
2181 C.Deallocate(Ptr);
/external/valgrind/tsan/
H A Dthread_sanitizer.cc442 void Deallocate(void *ptr) { function in class:FreeList
483 free_lists_[capacity]->Deallocate(mem);
1165 free_lists_[rounded_size]->Deallocate(vts);
3002 free_list_->Deallocate(line);

Completed in 1177 milliseconds