Searched refs:maxExcessCapacity (Results 1 – 2 of 2) sorted by relevance
118 static const ptrdiff_t maxExcessCapacity = 8 * 1024; variable229 if (m_end == m_start && (m_maxUsed - m_start) > maxExcessCapacity) in shrink()
7866 if that extent is greater than maxExcessCapacity. If it is we use madvise or