/frameworks/compile/mclinker/include/mcld/ADT/ |
D | TreeAllocator.h | 34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef 38 typedef typename Alloc::iterator iterator; 39 typedef typename Alloc::const_iterator const_iterator; 44 NodeType* result = Alloc::allocate(); in produce() 45 Alloc::construct(result); in produce() 59 if (Alloc::empty()) { in delegate() 72 void renounce() { Alloc::reset(); } in renounce() 76 Alloc::m_pRoot = pClient.Alloc::m_pRoot; in replace() 77 Alloc::m_pCurrent = pClient.Alloc::m_pCurrent; in replace() 78 Alloc::m_AllocatedNum = pClient.Alloc::m_AllocatedNum; in replace() [all …]
|
D | ilist_sort.h | 21 template <typename T, typename Alloc, typename Comparator> 22 void sort(llvm::iplist<T, Alloc>& xs, size_t size, Comparator is_less_than) { in sort() 23 typedef llvm::iplist<T, Alloc> iplist; in sort() 76 template <typename T, typename Alloc, typename Comparator = std::less<T> > 77 void sort(llvm::iplist<T, Alloc>& list,
|
/frameworks/compile/mclinker/include/mcld/Support/ |
D | GCFactory.h | 102 template <typename Alloc> 103 class GCFactoryBase : public Alloc { 105 typedef DataIterator<typename Alloc::chunk_type, 106 NonConstTraits<typename Alloc::value_type> > iterator; 107 typedef DataIterator<typename Alloc::chunk_type, 108 ConstTraits<typename Alloc::value_type> > const_iterator; 110 typedef typename Alloc::value_type value_type; 111 typedef typename Alloc::pointer pointer; 112 typedef typename Alloc::reference reference; 113 typedef typename Alloc::size_type size_type; [all …]
|
D | UniqueGCFactory.h | 27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef 60 DataType* data = Alloc::allocate(); in produce() 73 DataType* data = Alloc::allocate(); in produce()
|
D | CXADemangle.tcc | 4853 template <class T> using Alloc = short_alloc<T, bs>; typedef 4854 template <class T> using Vector = std::vector<T, Alloc<T>>;
|
/frameworks/compile/mclinker/unittests/ |
D | LinearAllocatorTest.h | 65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef 68 Alloc* m_pTestee;
|
/frameworks/compile/mclinker/lib/MC/ |
D | InputFactory.cpp | 37 Input* result = Alloc::allocate(); in produce() 46 Input* result = Alloc::allocate(); in produce()
|
/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 | 1618 voMemoprator.Alloc = cmnMemAlloc; in voAMRWB_Init() 1676 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 | 62 voMemoprator.Alloc = cmnMemAlloc; in voAACEncInit() 131 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 | 31 typedef GCFactory<Input, 0> Alloc; typedef
|
/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 | 123 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/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
|