Changeset c259b9b in mainline
- Timestamp:
- 2009-04-18T15:27:55Z (15 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 6b6e423a
- Parents:
- c08c355
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/generic/src/mm/slab.c
rc08c355 rc259b9b 937 937 { 938 938 ASSERT(_slab_initialized); 939 ASSERT(size && size<= (1 << SLAB_MAX_MALLOC_W));939 ASSERT(size <= (1 << SLAB_MAX_MALLOC_W)); 940 940 941 941 if (size < (1 << SLAB_MIN_MALLOC_W))
Note:
See TracChangeset
for help on using the changeset viewer.