Home
last modified time | relevance | path

Searched defs:Alloc (Results 1 – 6 of 6) 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
/frameworks/native/libs/vr/libbufferhub/
Dion_buffer.cpp74 int IonBuffer::Alloc(uint32_t width, uint32_t height, uint32_t layer_count, in Alloc() function in android::dvr::IonBuffer