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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp68 * The RTSTRCACHEENTRY size threshold at which we stop using our own allocator
85 * The RTSTRCACHEENTRY size threshold at which we start using the merge free
129 typedef struct RTSTRCACHEENTRY struct
141 } RTSTRCACHEENTRY; typedef in typeref:struct:RTSTRCACHEENTRY
142 AssertCompileSize(RTSTRCACHEENTRY, 16);
144 typedef RTSTRCACHEENTRY *PRTSTRCACHEENTRY;
146 typedef RTSTRCACHEENTRY *PCRTSTRCACHEENTRY;
165 RTSTRCACHEENTRY Core;
167 AssertCompileSize(RTSTRCACHEENTRY, 16);
186 AssertCompileSize(RTSTRCACHEENTRY, 1
[all...]

Completed in 53 milliseconds