Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Support/
DRegionFactory.h31 typedef GCFactory<MemoryRegion, 0> Alloc; typedef
DUniqueGCFactory.h30 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef
/frameworks/compile/mclinker/include/mcld/MC/
DInputFactory.h37 typedef GCFactory<Input, 0> Alloc; typedef
DMCLDFile.h140 typedef GCFactory<MCLDFile, NUM> Alloc; typedef
/frameworks/compile/mclinker/include/mcld/ADT/
DTreeAllocator.h37 typedef GCFactory<Node<DataType>, 64> Alloc; typedef
/frameworks/compile/mclinker/unittests/
DLinearAllocatorTest.h67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef