VirtualBox

Ignore:
Timestamp:
Feb 12, 2022 2:05:20 PM (3 years ago)
Author:
vboxsync
Message:

IPRT/hardavl: Basic statistics. bugref:10093

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp

    r93711 r93712  
    12161216    RTCHardAvlTreeSlabAllocator<MYTESTNODE>   Allocator;
    12171217    RTCHardAvlRangeTree<MYTESTNODE, RTGCPHYS> Tree(&Allocator);
    1218     AssertCompileSize(Tree, sizeof(uint32_t) * 2);
     1218    AssertCompileSize(Tree, sizeof(uint32_t) * 2 + sizeof(uint64_t) * 3);
    12191219    AssertCompileSize(Allocator, sizeof(void *) * 2 + sizeof(uint32_t) * 4);
    12201220
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette