Rev 2021 | Rev 2028 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2021 | Rev 2022 | ||
---|---|---|---|
Line 38... | Line 38... | ||
38 | #include <arch/cycle.h> |
38 | #include <arch/cycle.h> |
39 | #endif |
39 | #endif |
40 | 40 | ||
41 | #define VAL_COUNT 1024 |
41 | #define VAL_COUNT 1024 |
42 | 42 | ||
43 | void * data[VAL_COUNT]; |
43 | static void * data[VAL_COUNT]; |
44 | 44 | ||
45 | static void testit(int size, int count) |
45 | static void testit(int size, int count) |
46 | { |
46 | { |
47 | slab_cache_t *cache; |
47 | slab_cache_t *cache; |
48 | int i; |
48 | int i; |