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

/macosx-10.10.1/llvmCore-3425.0.34/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.10.1/llvmCore-3425.0.34/unittests/Support/
H A DAllocatorTest.cpp131 virtual void Deallocate(MemSlab *Slab) { function in class:__anon10560::MockSlabAllocator
/macosx-10.10.1/OpenAL-54/Source/OpenAL/
H A DoalRingBuffer.cpp55 void OALRingBuffer::Deallocate() function in class:OALRingBuffer
/macosx-10.10.1/llvmCore-3425.0.34/lib/Support/
H A DAllocator.cpp176 void MallocSlabAllocator::Deallocate(MemSlab *Slab) { function in class:llvm::MallocSlabAllocator
/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/MC/
H A DMCContext.h327 void Deallocate(void *Ptr) { function in class:llvm::MCContext
/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp589 void JITSlabAllocator::Deallocate(MemSlab *Slab) { function in class:JITSlabAllocator

Completed in 107 milliseconds