Searched defs:Alloc (Results 1 – 6 of 6) sorted by relevance
31 typedef GCFactory<Input, 0> Alloc; typedef
34 typedef GCFactory<Node<DataType>, 64> Alloc; typedef
65 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc; typedef
27 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; typedef
4853 template <class T> using Alloc = short_alloc<T, bs>; typedef
74 int IonBuffer::Alloc(uint32_t width, uint32_t height, uint32_t layer_count, in Alloc() function in android::dvr::IonBuffer