Home | History | Annotate | Download | only in src

Lines Matching full:oldsize

119     size_t oldSize = (size_t)(_bufferEnd - _buffer);
120 size_t newSize = oldSize * 4;
123 memcpy(newBuffer, _buffer, oldSize * sizeof(entry));
127 _bufferUsed = &newBuffer[oldSize];