summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJason Evans <jasone@canonware.com>2016-05-31 21:14:03 (GMT)
committerJason Evans <jasone@canonware.com>2016-06-06 03:42:23 (GMT)
commit714d1640f30726a21898b34ac64b8f2fddb502c7 (patch)
tree53535dc96472ba8c69865f3a2ee4ff6bf36fdcaa /src
parent498856f44a30b31fe713a18eb2fc7c6ecf3a9f63 (diff)
downloadjemalloc-714d1640f30726a21898b34ac64b8f2fddb502c7.zip
jemalloc-714d1640f30726a21898b34ac64b8f2fddb502c7.tar.gz
jemalloc-714d1640f30726a21898b34ac64b8f2fddb502c7.tar.bz2
Update private symbols.
Diffstat (limited to 'src')
-rw-r--r--src/huge.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/huge.c b/src/huge.c
index 5f75814..8aa3dfd 100644
--- a/src/huge.c
+++ b/src/huge.c
@@ -62,7 +62,7 @@ huge_palloc(tsdn_t *tsdn, arena_t *arena, size_t usize, size_t alignment,
#ifdef JEMALLOC_JET
#undef huge_dalloc_junk
-#define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk_impl)
+#define huge_dalloc_junk JEMALLOC_N(n_huge_dalloc_junk)
#endif
void
huge_dalloc_junk(void *ptr, size_t usize)
@@ -73,7 +73,7 @@ huge_dalloc_junk(void *ptr, size_t usize)
#ifdef JEMALLOC_JET
#undef huge_dalloc_junk
#define huge_dalloc_junk JEMALLOC_N(huge_dalloc_junk)
-huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(huge_dalloc_junk_impl);
+huge_dalloc_junk_t *huge_dalloc_junk = JEMALLOC_N(n_huge_dalloc_junk);
#endif
static void