Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 2021 → Rev 2022

/trunk/kernel/test/mm/slab1.c
40,7 → 40,7
 
#define VAL_COUNT 1024
 
void * data[VAL_COUNT];
static void * data[VAL_COUNT];
 
static void testit(int size, int count)
{