aboutsummaryrefslogtreecommitdiff
path: root/include/jemalloc/internal/public_namespace.h
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2025-02-05 23:20:13 +0000
committerWarner Losh <imp@FreeBSD.org>2025-02-05 23:20:13 +0000
commit48ec896efb0b78141df004eaa21288b84590c9da (patch)
tree33799792fd95c266d472ab1ae51d50ab4f942eb3 /include/jemalloc/internal/public_namespace.h
parentd28d7fbede216494aa3942af042cc084fcd6098a (diff)
Import jemalloc 5.3.0. This import changes how manage the jemalloc vendor branch (which was just started anyway). Starting with 5.3.0, we import a clean tree from the upstream github, removing all the old files that are no longer upstream, or that we've kept around for some reason. We do this because we merge from this raw version of jemalloc into the FreeBSD contrib/jemalloc, then we run autogen stuff, generate all the generated .h files with gmake, then finally remove much of the generated files in contrib/jemalloc using an update script. Sponsored by: Netflix
Diffstat (limited to 'include/jemalloc/internal/public_namespace.h')
-rw-r--r--include/jemalloc/internal/public_namespace.h23
1 files changed, 0 insertions, 23 deletions
diff --git a/include/jemalloc/internal/public_namespace.h b/include/jemalloc/internal/public_namespace.h
deleted file mode 100644
index 98e392d02908..000000000000
--- a/include/jemalloc/internal/public_namespace.h
+++ /dev/null
@@ -1,23 +0,0 @@
-#define je_aligned_alloc JEMALLOC_N(aligned_alloc)
-#define je_calloc JEMALLOC_N(calloc)
-#define je_dallocx JEMALLOC_N(dallocx)
-#define je_free JEMALLOC_N(free)
-#define je_mallctl JEMALLOC_N(mallctl)
-#define je_mallctlbymib JEMALLOC_N(mallctlbymib)
-#define je_mallctlnametomib JEMALLOC_N(mallctlnametomib)
-#define je_malloc JEMALLOC_N(malloc)
-#define je_malloc_conf JEMALLOC_N(malloc_conf)
-#define je_malloc_message JEMALLOC_N(malloc_message)
-#define je_malloc_stats_print JEMALLOC_N(malloc_stats_print)
-#define je_malloc_usable_size JEMALLOC_N(malloc_usable_size)
-#define je_mallocx JEMALLOC_N(mallocx)
-#define je_smallocx_ea6b3e973b477b8061e0076bb257dbd7f3faa756 JEMALLOC_N(smallocx_ea6b3e973b477b8061e0076bb257dbd7f3faa756)
-#define je_nallocx JEMALLOC_N(nallocx)
-#define je_posix_memalign JEMALLOC_N(posix_memalign)
-#define je_rallocx JEMALLOC_N(rallocx)
-#define je_realloc JEMALLOC_N(realloc)
-#define je_sallocx JEMALLOC_N(sallocx)
-#define je_sdallocx JEMALLOC_N(sdallocx)
-#define je_xallocx JEMALLOC_N(xallocx)
-#define je_memalign JEMALLOC_N(memalign)
-#define je_valloc JEMALLOC_N(valloc)