Searched refs:maxElemCount (Results 1 – 1 of 1) sorted by relevance
50 static constexpr size_t maxElemCount = allocaSize / sizeof(T); member in CollapseAllocator55 if (n > maxElemCount) { in CollapseAllocator()