Changeset 10803 in vbox for trunk/src/VBox/Runtime
- Timestamp:
- Jul 22, 2008 9:10:57 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/testcase/tstHandleTable.cpp
r10790 r10803 524 524 * Do a simple warmup / smoke test first. 525 525 */ 526 #if 0527 526 tstHandleTableTest1(1, 65534, 128, 2048, false, 0); 528 527 tstHandleTableTest1(1, 65534, 128, 2048, false, RTHANDLETABLE_FLAGS_CONTEXT); … … 539 538 /* For testing 1st level expansion / reallocation. */ 540 539 tstHandleTableTest1(1, 1024*1024*8, 3, 150000, false, 0); 541 #endif542 540 tstHandleTableTest1(1, 1024*1024*8, 3, 150000, false, RTHANDLETABLE_FLAGS_CONTEXT); 543 541
Note:
See TracChangeset
for help on using the changeset viewer.