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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
H A DPoolAlloc.cpp74 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : argument
76 alignment(allocationAlignment),
H A DPoolAlloc.h118 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);

Completed in 189 milliseconds