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

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DRecyclingAllocator.h52 void Deallocate(SubClass* E) { return Base.Deallocate(Allocator, E); } function in class:llvm::RecyclingAllocator
H A DRecycler.h107 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
175 void Deallocate(const void * /*Ptr*/) {} function in class:llvm::BumpPtrAllocator
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DAllocatorTest.cpp131 virtual void Deallocate(MemSlab *Slab) { function in class:__anon10756::MockSlabAllocator
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAllocator.cpp176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { function in class:llvm::MallocSlabAllocator
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCContext.h327 void Deallocate(void *Ptr) { function in class:llvm::MCContext
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalOSX.cpp850 void OALRingBuffer::Deallocate() function in class:OALRingBuffer
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { function in class:JITSlabAllocator

Completed in 328 milliseconds