diff options
Diffstat (limited to 'include/jemalloc/jemalloc_mangle.h')
-rw-r--r-- | include/jemalloc/jemalloc_mangle.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/jemalloc/jemalloc_mangle.h b/include/jemalloc/jemalloc_mangle.h index ac2376f9..4499e74d 100644 --- a/include/jemalloc/jemalloc_mangle.h +++ b/include/jemalloc/jemalloc_mangle.h @@ -22,6 +22,7 @@ # define malloc_stats_print je_malloc_stats_print # define malloc_usable_size je_malloc_usable_size # define mallocx je_mallocx +# define smallocx_8d7998a73dff4dcc27457c15a9110669d2d932b9 je_smallocx_8d7998a73dff4dcc27457c15a9110669d2d932b9 # define nallocx je_nallocx # define posix_memalign je_posix_memalign # define rallocx je_rallocx @@ -54,6 +55,7 @@ # undef je_malloc_stats_print # undef je_malloc_usable_size # undef je_mallocx +# undef je_smallocx_8d7998a73dff4dcc27457c15a9110669d2d932b9 # undef je_nallocx # undef je_posix_memalign # undef je_rallocx |