Changeset 99775 in vbox for trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
- Timestamp:
- May 12, 2023 12:21:58 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstRTAvl.cpp
r98103 r99775 566 566 } 567 567 568 int avlogcphysRand(unsigned cMax, unsigned cMax2, uint32_t fCountMask)568 static int avlogcphysRand(unsigned cMax, unsigned cMax2, uint32_t fCountMask) 569 569 { 570 570 PAVLOGCPHYSTREE pTree = (PAVLOGCPHYSTREE)RTMemAllocZ(sizeof(*pTree)); … … 682 682 683 683 684 int avlrogcphys(void)684 static int avlrogcphys(void) 685 685 { 686 686 unsigned i; … … 986 986 987 987 988 int avlul(void)988 static int avlul(void) 989 989 { 990 990 RTTestISubF("RTAvlUL"); … … 1217 1217 * @return meaningless value, just for shortening 'return RTTestIFailed();'. 1218 1218 */ 1219 int hardAvlRangeTreeGCPhys(RTTEST hTest)1219 static int hardAvlRangeTreeGCPhys(RTTEST hTest) 1220 1220 { 1221 1221 RTTestISubF("RTCHardAvlRangeTreeGCPhys");
Note:
See TracChangeset
for help on using the changeset viewer.