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

/vbox/src/VBox/Runtime/common/string/
H A Dstrcache.cpp236 typedef struct RTSTRCACHECHUNK struct
241 struct RTSTRCACHECHUNK *pNext;
242 } RTSTRCACHECHUNK; typedef in typeref:struct:RTSTRCACHECHUNK
243 AssertCompile(sizeof(RTSTRCACHECHUNK) <= sizeof(RTSTRCACHEENTRY));
245 typedef RTSTRCACHECHUNK *PRTSTRCACHECHUNK;
1061 * RTSTRCACHECHUNK structure at the head of each memory chunk.)

Completed in 46 milliseconds