Changeset 46203 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- May 21, 2013 11:10:26 PM (12 years ago)
- svn:sync-xref-src-repo-rev:
- 85922
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcache.cpp
r46202 r46203 682 682 if (!pChunk) 683 683 return NULL; 684 pChunk->cb = PAGE_SIZE;684 pChunk->cb = RTSTRCACHE_FIXED_GROW_SIZE; 685 685 pChunk->pNext = pThis->pChunkList; 686 686 pThis->pChunkList = pChunk;
Note:
See TracChangeset
for help on using the changeset viewer.