Searched refs:DROP_RATIO (Results 1 – 1 of 1) sorted by relevance
104 static const float DROP_RATIO = 0.05; in Insert() local105 while (sizeByType[bufferType] > g_maxBufferSizeByType[bufferType] * (1 - DROP_RATIO) && in Insert()