summaryrefslogtreecommitdiff
path: root/test/malloc/malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/malloc/malloc.c')
-rw-r--r--test/malloc/malloc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/malloc/malloc.c b/test/malloc/malloc.c
index ca7c5f9..e24ea3f 100644
--- a/test/malloc/malloc.c
+++ b/test/malloc/malloc.c
@@ -5,7 +5,7 @@
#include <stdio.h>
#define N_PTRS 1000
-#define N_ALLOCS 10000
+#define N_ALLOCS 1000
#define MAX_SIZE 0x10000
#define random_size() (random()%MAX_SIZE)