summaryrefslogtreecommitdiff
path: root/deps/jemalloc/test/integration/MALLOCX_ARENA.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/jemalloc/test/integration/MALLOCX_ARENA.c')
-rwxr-xr-x[-rw-r--r--]deps/jemalloc/test/integration/MALLOCX_ARENA.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/deps/jemalloc/test/integration/MALLOCX_ARENA.c b/deps/jemalloc/test/integration/MALLOCX_ARENA.c
index 30c203ae6..910a096fd 100644..100755
--- a/deps/jemalloc/test/integration/MALLOCX_ARENA.c
+++ b/deps/jemalloc/test/integration/MALLOCX_ARENA.c
@@ -19,8 +19,8 @@ thd_start(void *arg)
size_t sz;
sz = sizeof(arena_ind);
- assert_d_eq(mallctl("arenas.extend", &arena_ind, &sz, NULL, 0), 0,
- "Error in arenas.extend");
+ assert_d_eq(mallctl("arenas.extend", (void *)&arena_ind, &sz, NULL, 0),
+ 0, "Error in arenas.extend");
if (thread_ind % 4 != 3) {
size_t mib[3];