Changeset 5b04fc7 in mainline for generic/src/mm/slab.c
- Timestamp:
- 2006-04-01T18:39:25Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- b9b14a83
- Parents:
- 0cb56f5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/slab.c
r0cb56f5d r5b04fc7 40 40 * - cache coloring 41 41 * - dynamic magazine growing (different magazine sizes are already 42 * supported, but we would need to adjust allocati ngstrategy)42 * supported, but we would need to adjust allocation strategy) 43 43 * 44 44 * The SLAB allocator supports per-CPU caches ('magazines') to facilitate
Note:
See TracChangeset
for help on using the changeset viewer.