/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeAllocator.h | 32 typedef GCFactory<Node<DataType>, 64> Alloc; typedef 36 typedef typename Alloc::iterator iterator; 37 typedef typename Alloc::const_iterator const_iterator; 42 NodeType* result = Alloc::allocate(); in produce() 43 Alloc::construct(result); in produce() 57 if (Alloc::empty()) { in delegate() 71 { Alloc::reset(); } in renounce() 75 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace() 76 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace() 77 Alloc::m_AllocatedNum = pClient.Alloc::m_AllocatedNum; in replace() [all …]
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 111 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::size_type size_type; [all …]
|
D | UniqueGCFactory.h | 27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef 63 DataType* data = Alloc::allocate(); in produce() 76 DataType* data = Alloc::allocate(); in produce()
|
D | CXADemangle.tcc | 4855 template <class T> using Alloc = short_alloc<T, bs>; typedef 4856 template <class T> using Vector = std::vector<T, Alloc<T>>;
|
/frameworks/compile/mclinker/unittests/ |
D | LinearAllocatorTest.h | 67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef 69 Alloc* m_pTestee;
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/src/ |
D | mem_align.c | 50 ret = pMemop->Alloc(CodecID, &MemInfo); in mem_malloc() 65 ret = pMemop->Alloc(CodecID, &MemInfo); in mem_malloc()
|
D | voAMRWBEnc.c | 1614 voMemoprator.Alloc = cmnMemAlloc; in voAMRWB_Init() 1672 st->voMemoprator.Alloc = cmnMemAlloc; in voAMRWB_Init()
|
/frameworks/av/media/libstagefright/codecs/aacenc/src/ |
D | memalign.c | 50 ret = pMemop->Alloc(CodecID, &MemInfo); in mem_malloc() 65 ret = pMemop->Alloc(CodecID, &MemInfo); in mem_malloc()
|
D | aacenc.c | 60 voMemoprator.Alloc = cmnMemAlloc; in voAACEncInit() 129 hAacEnc->voMemoprator.Alloc = cmnMemAlloc; in voAACEncInit()
|
/frameworks/av/media/libstagefright/codecs/common/include/ |
D | voMem.h | 43 VO_U32 (VO_API * Alloc) (VO_S32 uID, VO_MEM_INFO * pMemInfo); 56 pMemOP->Alloc(ID, &voMemInfo); \
|
/frameworks/compile/mclinker/include/mcld/MC/ |
D | InputFactory.h | 32 typedef GCFactory<Input, 0> Alloc; typedef
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputFactory.cpp | 39 Input* result = Alloc::allocate(); in produce()
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
D | AAC_E_SAMPLES.c | 183 moper.Alloc = cmnMemAlloc; in main()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/SampleCode/ |
D | AMRWB_E_SAMPLE.c | 122 moper.Alloc = cmnMemAlloc; in encode()
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
D | AACEncoder.cpp | 62 mMemOperator->Alloc = cmnMemAlloc; in initCheck()
|
D | SoftAACEncoder.cpp | 130 mMemOperator->Alloc = cmnMemAlloc; in initEncoder()
|
/frameworks/av/media/libstagefright/codecs/amrwbenc/ |
D | SoftAMRWBEncoder.cpp | 123 mMemOperator->Alloc = cmnMemAlloc; in initEncoder()
|
/frameworks/base/docs/html/tools/debugging/ |
D | debugging-memory.jd | 230 Total Clean Dirty Dirty Clean Clean Size Alloc Free 261 columns. In some cases, the <code>Private Clean</code> and <code>Heap Alloc</code> columns also off… 278 <p>The <code>Heap Alloc</code> is the amount of memory that the Dalvik and native heap allocators k…
|
/frameworks/base/docs/html/training/articles/ |
D | memory.jd | 549 Total Clean Dirty Dirty Clean Clean Size Alloc Free 579 Total Clean Dirty Dirty Clean Clean Size Alloc Free
|