Home
last modified time | relevance | path

Searched refs:allocationAlignment (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DPoolAlloc.cpp59 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
61 alignment(allocationAlignment), in TPoolAllocator()
DPoolAlloc.h126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);