summaryrefslogtreecommitdiffstats
path: root/test/integration
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-06-01 20:53:56 (GMT)
committerJason Evans <jasone@canonware.com>2016-06-06 03:42:24 (GMT)
commitc8c3cbdf47f97c2661395efc572b12ff2a7de05f (patch)
tree160b62faab81fd648828998d9339ce9797d8d12d /test/integration
parenta43db1c6088914d1a488abb93315e858c018419b (diff)
downloadjemalloc-c8c3cbdf47f97c2661395efc572b12ff2a7de05f.zip
jemalloc-c8c3cbdf47f97c2661395efc572b12ff2a7de05f.tar.gz
jemalloc-c8c3cbdf47f97c2661395efc572b12ff2a7de05f.tar.bz2
Miscellaneous s/chunk/extent/ updates.
Diffstat (limited to 'test/integration')
-rw-r--r--test/integration/aligned_alloc.c1
-rw-r--r--test/integration/posix_memalign.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/test/integration/aligned_alloc.c b/test/integration/aligned_alloc.c
index 6090014..ec2f5a7 100644
--- a/test/integration/aligned_alloc.c
+++ b/test/integration/aligned_alloc.c
@@ -1,6 +1,5 @@
#include "test/jemalloc_test.h"
-#define CHUNK 0x400000
/* #define MAXALIGN ((size_t)UINT64_C(0x80000000000)) */
#define MAXALIGN ((size_t)0x2000000LU)
#define NITER 4
diff --git a/test/integration/posix_memalign.c b/test/integration/posix_memalign.c
index 19741c6..d5e39b6 100644
--- a/test/integration/posix_memalign.c
+++ b/test/integration/posix_memalign.c
@@ -1,6 +1,5 @@
#include "test/jemalloc_test.h"
-#define CHUNK 0x400000
/* #define MAXALIGN ((size_t)UINT64_C(0x80000000000)) */
#define MAXALIGN ((size_t)0x2000000LU)
#define NITER 4