VirtualBox

Changeset 46203 in vbox for trunk/src/VBox/Runtime


Ignore:
Timestamp:
May 21, 2013 11:10:26 PM (12 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
85922
Message:

Missed one PAGE_SIZE.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/common/string/strcache.cpp

    r46202 r46203  
    682682        if (!pChunk)
    683683            return NULL;
    684         pChunk->cb = PAGE_SIZE;
     684        pChunk->cb = RTSTRCACHE_FIXED_GROW_SIZE;
    685685        pChunk->pNext = pThis->pChunkList;
    686686        pThis->pChunkList = pChunk;
Note: See TracChangeset for help on using the changeset viewer.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette