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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp65 #define RTSTRCACHE_HASH_GROW_FACTOR 4 macro
474 uint32_t cNew = pThis->cHashTab * RTSTRCACHE_HASH_GROW_FACTOR;

Completed in 46 milliseconds