diff options
author | Jason Evans <jasone@canonware.com> | 2016-05-31 21:14:03 (GMT) |
---|---|---|
committer | Jason Evans <jasone@canonware.com> | 2016-06-06 03:42:23 (GMT) |
commit | 714d1640f30726a21898b34ac64b8f2fddb502c7 (patch) | |
tree | 53535dc96472ba8c69865f3a2ee4ff6bf36fdcaa /src | |
parent | 498856f44a30b31fe713a18eb2fc7c6ecf3a9f63 (diff) | |
download | jemalloc-714d1640f30726a21898b34ac64b8f2fddb502c7.zip jemalloc-714d1640f30726a21898b34ac64b8f2fddb502c7.tar.gz jemalloc-714d1640f30726a21898b34ac64b8f2fddb502c7.tar.bz2 |
Update private symbols.
Diffstat (limited to 'src')
-rw-r--r-- | src/huge.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |