VirtualBox

Changeset 90686 in vbox


Ignore:
Timestamp:
Aug 13, 2021 11:55:23 PM (3 years ago)
Author:
vboxsync
Message:

iprt/strcache.cpp: small correction in disabled code.

File:
1 edited

Legend:

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

    r82968 r90686  
    866866            pEntry = rtStrCacheAllocHeapEntry(pThis, uHash, pchString, cchString32);
    867867#ifdef RTSTRCACHE_WITH_MERGED_ALLOCATOR
    868         else if (cbEntry >= RTSTRCACHE_MERGED_THRESHOLD_BIT)
     868        else if (cbEntry >= RT_BIT_32(RTSTRCACHE_MERGED_THRESHOLD_BIT))
    869869            pEntry = rtStrCacheAllocMergedEntry(pThis, uHash, pchString, cchString32, cbEntry);
    870870#endif
Note: See TracChangeset for help on using the changeset viewer.

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