Searched refs:BUFFER_SIZE_INCREASE (Results 1 – 1 of 1) sorted by relevance
31 const unsigned int BUFFER_SIZE_INCREASE = 2; variable127 unsigned long newSize = mCapacity * static_cast<unsigned long>(BUFFER_SIZE_INCREASE); in Push()