Searched refs:LinearAllocator (Results 1 – 12 of 12) sorted by relevance
/frameworks/compile/mclinker/include/mcld/Support/ |
D | UniqueGCFactory.h | 27 class UniqueGCFactoryBase : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> > 30 typedef GCFactoryBase<LinearAllocator<DataType, ChunkSize> > Alloc; 35 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >() in UniqueGCFactoryBase() 39 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >(pNum) in UniqueGCFactoryBase()
|
D | Allocators.h | 292 class LinearAllocator : public LinearAllocatorBase<Chunk<DataType, ChunkSize> > 297 typedef LinearAllocator<NewDataType, ChunkSize> other; 301 LinearAllocator() in LinearAllocator() function 305 virtual ~LinearAllocator() in ~LinearAllocator() 310 class LinearAllocator<DataType, 0> : public LinearAllocatorBase<Chunk<DataType, 0> > 315 typedef LinearAllocator<NewDataType, 0> other; 319 explicit LinearAllocator(size_t pNum) in LinearAllocator() function 324 virtual ~LinearAllocator() in ~LinearAllocator()
|
D | GCFactory.h | 211 class GCFactory : public GCFactoryBase<LinearAllocator<DataType, ChunkSize> > 215 : GCFactoryBase<LinearAllocator<DataType, ChunkSize> >() in GCFactory() 220 class GCFactory<DataType, 0> : public GCFactoryBase<LinearAllocator<DataType, 0> > 224 : GCFactoryBase<LinearAllocator<DataType, 0> >(pNum) in GCFactory()
|
/frameworks/base/libs/hwui/ |
D | DeferredDisplayList.h | 52 static void* operator new(size_t size, LinearAllocator& allocator) { in new() 179 LinearAllocator mAllocator;
|
D | DisplayList.h | 92 LinearAllocator allocator;
|
D | DisplayListRenderer.h | 199 LinearAllocator& alloc() { return mDisplayListData->allocator; } in alloc()
|
D | DisplayList.cpp | 172 LinearAllocator& alloc = mDisplayListData->allocator; in initFromDisplayListRenderer()
|
D | DisplayListOp.h | 65 static void* operator new(size_t size, LinearAllocator& allocator) { in new()
|
/frameworks/compile/mclinker/unittests/ |
D | RTLinearAllocatorTest.h | 68 mcld::LinearAllocator<Data,0>* m_pTestee;
|
D | LinearAllocatorTest.h | 67 typedef mcld::LinearAllocator<Data, CHUNK_SIZE> Alloc;
|
D | LinearAllocatorTest.cpp | 20 m_pTestee = new LinearAllocator<Data, CHUNK_SIZE>(); in LinearAllocatorTest()
|
D | RTLinearAllocatorTest.cpp | 20 m_pTestee = new LinearAllocator<Data, 0>(CHUNK_SIZE); in RTLinearAllocatorTest()
|