Searched refs:Alloc (Results 1 - 16 of 16) sorted by relevance

/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 DGCFactory.h111 template<typename Alloc>
112 class GCFactoryBase : public Alloc
115 typedef DataIterator<typename Alloc::chunk_type,
117 typename Alloc::value_type> > iterator;
118 typedef DataIterator<typename Alloc::chunk_type,
120 typename Alloc::value_type> > const_iterator;
122 typedef typename Alloc::value_type value_type;
123 typedef typename Alloc::pointer pointer;
124 typedef typename Alloc::reference reference;
125 typedef typename Alloc
[all...]
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;
/frameworks/av/media/libstagefright/codecs/aacenc/src/
H A Dmemalign.c50 ret = pMemop->Alloc(CodecID, &MemInfo);
65 ret = pMemop->Alloc(CodecID, &MemInfo);
H A Daacenc.c60 voMemoprator.Alloc = cmnMemAlloc;
129 hAacEnc->voMemoprator.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/
H A Dmem_align.c50 ret = pMemop->Alloc(CodecID, &MemInfo);
65 ret = pMemop->Alloc(CodecID, &MemInfo);
H A DvoAMRWBEnc.c1614 voMemoprator.Alloc = cmnMemAlloc;
1672 st->voMemoprator.Alloc = cmnMemAlloc;
/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/MC/
H A DInputFactory.h32 typedef GCFactory<Input, 0> Alloc; typedef in class:mcld::InputFactory
/frameworks/compile/mclinker/lib/MC/
H A DInputFactory.cpp39 Input* result = Alloc::allocate();
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/
H A DAAC_E_SAMPLES.c183 moper.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/
H A DAMRWB_E_SAMPLE.c122 moper.Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/aacenc/
H A DAACEncoder.cpp62 mMemOperator->Alloc = cmnMemAlloc;
H A DSoftAACEncoder.cpp130 mMemOperator->Alloc = cmnMemAlloc;
/frameworks/av/media/libstagefright/codecs/amrwbenc/
H A DSoftAMRWBEncoder.cpp123 mMemOperator->Alloc = cmnMemAlloc;

Completed in 1498 milliseconds