Searched defs:Alloc (Results 1 - 7 of 7) sorted by relevance

/frameworks/compile/mclinker/include/mcld/Support/
H A DRegionFactory.h31 typedef GCFactory<MemoryRegion, 0> Alloc; typedef in class:mcld::RegionFactory
H A DUniqueGCFactory.h30 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef in class:mcld::UniqueGCFactoryBase
66 DataType* data = Alloc::allocate();
79 DataType* data = Alloc::allocate();
/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h37 typedef GCFactory<Input, 0> Alloc; typedef in class:mcld::InputFactory
H A DMCLDFile.h140 typedef GCFactory<MCLDFile, NUM> Alloc; typedef in class:mcld::MCLDFileFactory
160 mcld::MCLDFile* result = Alloc::allocate();
168 mcld::MCLDFile* result = Alloc::allocate();
/frameworks/av/media/libstagefright/codecs/common/include/
H A DvoMem.h43 VO_U32 (VO_API * Alloc) (VO_S32 uID, VO_MEM_INFO * pMemInfo); member in struct:VO_MEM_OPERATOR
56 pMemOP->Alloc(ID, &voMemInfo); \
/frameworks/compile/mclinker/include/mcld/ADT/
H A DTreeAllocator.h37 typedef GCFactory<Node<DataType>, 64> Alloc; typedef in class:mcld::NodeFactory
41 typedef typename Alloc::iterator iterator;
42 typedef typename Alloc::const_iterator const_iterator;
47 NodeType* result = Alloc::allocate();
48 Alloc::construct(result);
62 if (Alloc::empty()) {
76 { Alloc::reset(); }
80 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
81 Alloc
[all...]
/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.h67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef in class:mcldtest::LinearAllocatorTest
69 Alloc* m_pTestee;

Completed in 149 milliseconds