Changeset 214f5bb in mainline for generic/include/mm/slab.h


Ignore:
Timestamp:
2006-02-06T01:43:24Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c7ec94a4
Parents:
c585827
Message:

better utilization of memory in slab alloc
removed malloc-8 slab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/slab.h

    rc585827 r214f5bb  
    3535
    3636/** Minimum size to be allocated by malloc */
    37 #define SLAB_MIN_MALLOC_W 3
     37#define SLAB_MIN_MALLOC_W 4
    3838
    3939/** Maximum size to be allocated by malloc */
Note: See TracChangeset for help on using the changeset viewer.