Searched defs:RTSTRCACHE_HEAP_THRESHOLD_BIT (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp74 # define RTSTRCACHE_HEAP_THRESHOLD_BIT 10 macro
76 # define RTSTRCACHE_HEAP_THRESHOLD_BIT 9 macro
78 /** The RTSTRCACHE_HEAP_THRESHOLD_BIT as a byte limit. */
79 #define RTSTRCACHE_HEAP_THRESHOLD RT_BIT_32(RTSTRCACHE_HEAP_THRESHOLD_BIT)
267 RTLISTANCHOR aMergedFreeLists[RTSTRCACHE_HEAP_THRESHOLD_BIT - RTSTRCACHE_MERGED_THRESHOLD_BIT + 1];

Completed in 45 milliseconds