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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp263 /** Free list for allocations of the sizes defined by g_acbFixedLists. */
304 static const uint32_t g_acbFixedLists[RTSTRCACHE_NUM_OF_FIXED_SIZES] = variable
406 Assert(cbMin <= g_acbFixedLists[RT_ELEMENTS(g_acbFixedLists) - 1]);
408 while (cbMin > g_acbFixedLists[i])
718 uint32_t const cbEntry = g_acbFixedLists[iFreeList];

Completed in 46 milliseconds