Changeset 90686 in vbox
- Timestamp:
- Aug 13, 2021 11:55:23 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcache.cpp
r82968 r90686 866 866 pEntry = rtStrCacheAllocHeapEntry(pThis, uHash, pchString, cchString32); 867 867 #ifdef RTSTRCACHE_WITH_MERGED_ALLOCATOR 868 else if (cbEntry >= RT STRCACHE_MERGED_THRESHOLD_BIT)868 else if (cbEntry >= RT_BIT_32(RTSTRCACHE_MERGED_THRESHOLD_BIT)) 869 869 pEntry = rtStrCacheAllocMergedEntry(pThis, uHash, pchString, cchString32, cbEntry); 870 870 #endif
Note:
See TracChangeset
for help on using the changeset viewer.