Changeset 93712 in vbox for trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
- Timestamp:
- Feb 12, 2022 2:05:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
r93711 r93712 1216 1216 RTCHardAvlTreeSlabAllocator<MYTESTNODE> Allocator; 1217 1217 RTCHardAvlRangeTree<MYTESTNODE, RTGCPHYS> Tree(&Allocator); 1218 AssertCompileSize(Tree, sizeof(uint32_t) * 2 );1218 AssertCompileSize(Tree, sizeof(uint32_t) * 2 + sizeof(uint64_t) * 3); 1219 1219 AssertCompileSize(Allocator, sizeof(void *) * 2 + sizeof(uint32_t) * 4); 1220 1220
Note:
See TracChangeset
for help on using the changeset viewer.