Subversion Repositories HelenOS-historic

Compare Revisions

Ignore whitespace Rev 766 → Rev 767

/kernel/trunk/generic/include/mm/slab.h
75,6 → 75,7
/* Statistics */
atomic_t allocated_slabs;
atomic_t allocated_objs;
atomic_t cached_objs;
 
/* Slabs */
link_t full_slabs; /**< List of full slabs */