Changeset bc504ef2 in mainline for generic/include/mm/slab.h


Ignore:
Timestamp:
2006-02-02T16:14:19Z (19 years ago)
Author:
Ondrej Palkovsky <ondrap@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
086d4fd
Parents:
2d43f3e
Message:

Tested basic non-cached slab allocation.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • generic/include/mm/slab.h

    r2d43f3e rbc504ef2  
    3232#include <list.h>
    3333#include <synch/spinlock.h>
     34#include <arch/atomic.h>
    3435
    3536/** Initial Magazine size (TODO: dynamically growing magazines) */
     
    7374
    7475        /* Statistics */
     76        atomic_t allocated_slabs;
     77        atomic_t allocated_objs;
    7578
    7679        /* Slabs */
Note: See TracChangeset for help on using the changeset viewer.