Changeset bc504ef2 in mainline for generic/include/mm/slab.h
- Timestamp:
- 2006-02-02T16:14:19Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 086d4fd
- Parents:
- 2d43f3e
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
generic/include/mm/slab.h
r2d43f3e rbc504ef2 32 32 #include <list.h> 33 33 #include <synch/spinlock.h> 34 #include <arch/atomic.h> 34 35 35 36 /** Initial Magazine size (TODO: dynamically growing magazines) */ … … 73 74 74 75 /* Statistics */ 76 atomic_t allocated_slabs; 77 atomic_t allocated_objs; 75 78 76 79 /* Slabs */
Note:
See TracChangeset
for help on using the changeset viewer.