Home
last modified time | relevance | path

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

/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DPoolAlloc.cpp74 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument
75 pageSize(growthIncrement), in TPoolAllocator()
DPoolAlloc.h118 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);