reservePurgeableCapacity   66 Source/platform/PurgeableVector.cpp         if (reservePurgeableCapacity(capacity, UseExactCapacity))
reservePurgeableCapacity  109 Source/platform/PurgeableVector.cpp     if (!reservePurgeableCapacity(newBufferSize, UseExponentialGrowth)) {
reservePurgeableCapacity  125 Source/platform/PurgeableVector.cpp         if (reservePurgeableCapacity(newSize, UseExponentialGrowth)) {
reservePurgeableCapacity  192 Source/platform/PurgeableVector.cpp         if (!reservePurgeableCapacity(m_vector.size(), UseExactCapacity))
reservePurgeableCapacity  109 Source/platform/PurgeableVector.h     bool reservePurgeableCapacity(size_t capacity, PurgeableAllocationStrategy);