diff options
-rw-r--r-- | test/malloc/malloc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/malloc/malloc.c b/test/malloc/malloc.c index e24ea3f..24dc69b 100644 --- a/test/malloc/malloc.c +++ b/test/malloc/malloc.c @@ -4,8 +4,8 @@ #include <string.h> #include <stdio.h> -#define N_PTRS 1000 -#define N_ALLOCS 1000 +#define N_PTRS 100 +#define N_ALLOCS 100 #define MAX_SIZE 0x10000 #define random_size() (random()%MAX_SIZE) |