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

/frameworks/compile/mclinker/include/mcld/MC/
H A DInputFactory.h32 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.h32 typedef GCFactory<Node<DataType>, 64> Alloc; typedef in class:mcld::NodeFactory
36 typedef typename Alloc::iterator iterator;
37 typedef typename Alloc::const_iterator const_iterator;
42 NodeType* result = Alloc::allocate();
43 Alloc::construct(result);
57 if (Alloc::empty()) {
71 { Alloc::reset(); }
75 Alloc::m_pRoot = pClient.Alloc::m_pRoot;
76 Alloc
[all...]
/frameworks/compile/mclinker/include/mcld/Support/
H A DUniqueGCFactory.h27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef in class:mcld::UniqueGCFactoryBase
63 DataType* data = Alloc::allocate();
76 DataType* data = Alloc::allocate();
/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 189 milliseconds