- Timestamp:
- May 21, 2013 7:58:14 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/string/strcache.cpp
r46200 r46201 222 222 struct RTSTRCACHECHUNK *pNext; 223 223 } RTSTRCACHECHUNK; 224 AssertCompile Size(RTSTRCACHECHUNK, 16);224 AssertCompile(sizeof(RTSTRCACHECHUNK) <= sizeof(RTSTRCACHEENTRY)); 225 225 /** Pointer to the chunk tracking structure. */ 226 226 typedef RTSTRCACHECHUNK *PRTSTRCACHECHUNK;
Note:
See TracChangeset
for help on using the changeset viewer.