Searched defs:Allocate (Results 1 - 14 of 14) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/Support/
H A DRecyclingAllocator.h44 SubClass *Allocate() { return Base.template Allocate<SubClass>(Allocator); } function in class:llvm::RecyclingAllocator
46 T *Allocate() { return Base.Allocate(Allocator); } function in class:llvm::RecyclingAllocator
H A DRecycler.h91 SubClass *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
102 T *Allocate(AllocatorType &Allocator) { function in class:llvm::Recycler
H A DAllocator.h36 void *Allocate(size_t Size, size_t /*Alignment*/) { return malloc(Size); } function in class:llvm::MallocAllocator
39 T *Allocate() { return static_cast<T*>(malloc(sizeof(T))); } function in class:llvm::MallocAllocator
42 T *Allocate(size_t Num) { function in class:llvm::MallocAllocator
155 T *Allocate() { function in class:llvm::BumpPtrAllocator
162 T *Allocate(size_t Num) { function in class:llvm::BumpPtrAllocator
169 T *Allocate(size_t Num, size_t Alignment) { function in class:llvm::BumpPtrAllocator
219 T *Allocate(size_t num = 1) { function in class:llvm::SpecificBumpPtrAllocator
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/unittests/Support/
H A DAllocatorTest.cpp112 virtual MemSlab *Allocate(size_t Size) { function in class:__anon10756::MockSlabAllocator
[all...]
/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DAllocator.cpp89 void *BumpPtrAllocator::Allocate(size_t Size, size_t Alignment) { function in class:llvm::BumpPtrAllocator
169 MemSlab *MallocSlabAllocator::Allocate(size_t Size) { function in class:llvm::MallocSlabAllocator
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireLib.CFPlugInProj/
H A DIOFireWireLibDCLCommandPool.cpp145 TraditionalDCLCommandPool::Allocate( function in class:IOFireWireLib::TraditionalDCLCommandPool
[all...]
H A DIOFireWireLibIsoch.h550 DCLCommand* (*Allocate) ( IOFireWireLibDCLCommandPoolRef self, IOByteCount inSize ) ; member in struct:IOFireWireDCLCommandPoolInterface_t
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/MC/
H A DMCContext.h324 void *Allocate(unsigned Size, unsigned Align = 8) { function in class:llvm::MCContext
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/RuntimeDyld/
H A DRuntimeDyld.cpp245 unsigned Allocate; local
275 << " Allocate: " << Allocate local
290 << " Allocate local
[all...]
/macosx-10.9.5/OpenAL-52.1/Source/OpenAL/
H A DoalOSX.cpp840 void OALRingBuffer::Allocate(UInt32 bytesPerFrame, UInt32 capacityFrames) function in class:OALRingBuffer
/macosx-10.9.5/llvmCore-3425.0.33/lib/ExecutionEngine/JIT/
H A DJITMemoryManager.cpp581 MemSlab *JITSlabAllocator::Allocate(size_t Size) { function in class:JITSlabAllocator
[all...]
/macosx-10.9.5/swig-10/Source/Modules/
H A Dallocate.cxx58 class Allocate:public Dispatcher { class in inherits:Dispatcher
539 Allocate(): function in class:Allocate
/macosx-10.9.5/tcl-102/tcl_ext/mk4tcl/metakit/src/
H A Dview.cpp1039 c4_Cursor c4_Row::Allocate() { function in class:c4_Row
H A Dpersist.cpp160 t4_i32 c4_Allocator::Allocate(t4_i32 len_) { function in class:c4_Allocator

Completed in 142 milliseconds