Changeset cc73a8a1 in mainline for generic/src/mm/slab.c
- Timestamp:
- 2006-06-20T12:26:16Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 2c8a70a
- Parents:
- 1e0a5fc
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/src/mm/slab.c
r1e0a5fc rcc73a8a1 27 27 */ 28 28 29 29 /** @addtogroup genericmm 30 30 * @{ 31 31 */ … … 84 84 * magazines. 85 85 * 86 * TODO:@n86 * @todo 87 87 * For better CPU-scaling the magazine allocation strategy should 88 88 * be extended. Currently, if the cache does not have magazine, it asks … … 94 94 * magazine cache. 95 95 * 96 * @li it might be good to add granularity of locks even to slab level, 97 * we could then try_spinlock over all partial slabs and thus improve 98 * scalability even on slab level 96 * @todo 97 * it might be good to add granularity of locks even to slab level, 98 * we could then try_spinlock over all partial slabs and thus improve 99 * scalability even on slab level 99 100 */ 100 101 … … 908 909 } 909 910 910 /** @} 911 */ 912 911 /** @} 912 */
Note:
See TracChangeset
for help on using the changeset viewer.