Searched refs:allocationAlignment (Results 1 – 6 of 6) sorted by relevance
158 PoolAllocator::PoolAllocator(int growthIncrement, int allocationAlignment) in PoolAllocator() argument159 : mAlignment(allocationAlignment), in PoolAllocator()169 initialize(growthIncrement, allocationAlignment); in PoolAllocator()
64 PoolAllocator(int growthIncrement = 8 * 1024, int allocationAlignment = kDefaultAlignment);
66 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument68 alignment(allocationAlignment), in TPoolAllocator()
60 TPoolAllocator::TPoolAllocator(int growthIncrement, int allocationAlignment) : in TPoolAllocator() argument61 alignment(allocationAlignment) in TPoolAllocator()
126 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);
154 TPoolAllocator(int growthIncrement = 8*1024, int allocationAlignment = 16);