Subversion Repositories HelenOS-historic

Rev

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

Rev 776 Rev 781
Line 79... Line 79...
79
 
79
 
80
    /* Statistics */
80
    /* Statistics */
81
    atomic_t allocated_slabs;
81
    atomic_t allocated_slabs;
82
    atomic_t allocated_objs;
82
    atomic_t allocated_objs;
83
    atomic_t cached_objs;
83
    atomic_t cached_objs;
-
 
84
    atomic_t magazine_counter; /*<< How many magazines in magazines list */
84
 
85
 
85
    /* Slabs */
86
    /* Slabs */
86
    link_t full_slabs;     /**< List of full slabs */
87
    link_t full_slabs;     /**< List of full slabs */
87
    link_t partial_slabs;  /**< List of partial slabs */
88
    link_t partial_slabs;  /**< List of partial slabs */
88
    SPINLOCK_DECLARE(slablock);
89
    SPINLOCK_DECLARE(slablock);