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

/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h31 typedef GCFactory<Input, 0> Alloc; typedef in class:mcld::InputFactory
/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.h34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef in class:mcld::NodeFactory
38 typedef typename Alloc::iterator iterator;
39 typedef typename Alloc::const_iterator const_iterator;
44 NodeType* result = Alloc::allocate();
45 Alloc::construct(result);
59 if (Alloc::empty()) {
72 void renounce() { Alloc::reset(); }
76 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
77 Alloc
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef in class:mcld::UniqueGCFactoryBase
60 DataType* data = Alloc::allocate();
73 DataType* data = Alloc::allocate();
/frameworks/compile/mclinker/unittests/
H A DLinearAllocatorTest.h65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef in class:mcldtest::LinearAllocatorTest
68 Alloc* m_pTestee;

Completed in 433 milliseconds