Changeset 5b04fc7 in mainline for generic/src/mm/slab.c


Ignore:
Timestamp:
2006-04-01T18:39:25Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
b9b14a83
Parents:
0cb56f5d
Message:

Completed B+-tree support.
Enable btree_remove().
Reorder some static functions and group them together.
Fix order of nodes in the leaf_head list.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/src/mm/slab.c

    r0cb56f5d r5b04fc7  
    4040 *   - cache coloring
    4141 *   - dynamic magazine growing (different magazine sizes are already
    42  *     supported, but we would need to adjust allocating strategy)
     42 *     supported, but we would need to adjust allocation strategy)
    4343 *
    4444 * The SLAB allocator supports per-CPU caches ('magazines') to facilitate
Note: See TracChangeset for help on using the changeset viewer.