Rev 787 | Rev 789 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 787 | Rev 788 | ||
---|---|---|---|
Line 27... | Line 27... | ||
27 | */ |
27 | */ |
28 | 28 | ||
29 | #ifndef __SLAB_H__ |
29 | #ifndef __SLAB_H__ |
30 | #define __SLAB_H__ |
30 | #define __SLAB_H__ |
31 | 31 | ||
32 | #include <list.h> |
32 | #include <adt/list.h> |
33 | #include <synch/spinlock.h> |
33 | #include <synch/spinlock.h> |
34 | #include <arch/atomic.h> |
34 | #include <arch/atomic.h> |
35 | 35 | ||
36 | /** Minimum size to be allocated by malloc */ |
36 | /** Minimum size to be allocated by malloc */ |
37 | #define SLAB_MIN_MALLOC_W 3 |
37 | #define SLAB_MIN_MALLOC_W 3 |