Changeset e72b0a3 in mainline for test/mm/slab2/test.c


Ignore:
Timestamp:
2006-02-04T21:34:04Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
5158549
Parents:
3260ada
Message:

Small fix in slab allocator for large-sized slabs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • test/mm/slab2/test.c

    r3260ada re72b0a3  
    200200        multitest(128);
    201201        multitest(2048);
     202        multitest(8192);
    202203        printf("All done.\n");
    203204}
Note: See TracChangeset for help on using the changeset viewer.