Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/MC/
DInputFactory.h31 typedef GCFactory<Input, 0> Alloc; typedef
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef
/frameworks/compile/mclinker/unittests/
DLinearAllocatorTest.h65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef
/frameworks/compile/mclinker/include/mcld/Support/
DUniqueGCFactory.h27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef
DCXADemangle.tcc4853 template <class T> using Alloc = short_alloc<T, bs>; typedef