Subversion Repositories HelenOS-historic

Rev

Rev 766 | Rev 771 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 766 Rev 767
Line 73... Line 73...
73
    int objects;      /**< Number of objects that fit in */
73
    int objects;      /**< Number of objects that fit in */
74
 
74
 
75
    /* Statistics */
75
    /* Statistics */
76
    atomic_t allocated_slabs;
76
    atomic_t allocated_slabs;
77
    atomic_t allocated_objs;
77
    atomic_t allocated_objs;
-
 
78
    atomic_t cached_objs;
78
 
79
 
79
    /* Slabs */
80
    /* Slabs */
80
    link_t full_slabs;     /**< List of full slabs */
81
    link_t full_slabs;     /**< List of full slabs */
81
    link_t partial_slabs;  /**< List of partial slabs */
82
    link_t partial_slabs;  /**< List of partial slabs */
82
    /* Magazines  */
83
    /* Magazines  */