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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp92 # define RTSTRCACHE_MERGED_GROW_SIZE _32K macro
597 size_t const cbChunk = RTSTRCACHE_MERGED_GROW_SIZE; AssertReturn(cbChunk > cbEntry * 2, NULL);

Completed in 36 milliseconds