Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/external/bsd/jemalloc Rename je_mallctltomib to je_mallctlna...



details:   https://anonhg.NetBSD.org/src/rev/5cb865bd71c5
branches:  trunk
changeset: 449533:5cb865bd71c5
user:      kamil <kamil%NetBSD.org@localhost>
date:      Sun Mar 10 10:00:29 2019 +0000

description:
Rename je_mallctltomib to je_mallctlnametomib

This unbreaks the build.

diffstat:

 external/bsd/jemalloc/dist/src/jemalloc.c         |  2 +-
 external/bsd/jemalloc/include/jemalloc/jemalloc.h |  2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diffs (24 lines):

diff -r 81e7563f9db5 -r 5cb865bd71c5 external/bsd/jemalloc/dist/src/jemalloc.c
--- a/external/bsd/jemalloc/dist/src/jemalloc.c Sun Mar 10 03:54:08 2019 +0000
+++ b/external/bsd/jemalloc/dist/src/jemalloc.c Sun Mar 10 10:00:29 2019 +0000
@@ -29,7 +29,7 @@
 __weak_alias(nallocx, je_nallocx)
 
 __weak_alias(mallctl, je_mallctl)
-__weak_alias(mallctltomib, je_mallctltomib)
+__weak_alias(mallctlnametomib, je_mallctlnametomib)
 __weak_alias(mallctlbymib, je_mallctlbymib)
 
 __weak_alias(malloc_stats_print, je_malloc_stats_print)
diff -r 81e7563f9db5 -r 5cb865bd71c5 external/bsd/jemalloc/include/jemalloc/jemalloc.h
--- a/external/bsd/jemalloc/include/jemalloc/jemalloc.h Sun Mar 10 03:54:08 2019 +0000
+++ b/external/bsd/jemalloc/include/jemalloc/jemalloc.h Sun Mar 10 10:00:29 2019 +0000
@@ -94,7 +94,7 @@
 #undef je_nallocx
 
 #undef je_mallctl
-#undef je_mallctltomib
+#undef je_mallctlnametomib
 #undef je_mallctlbymib
 
 #undef je_malloc_stats_print



Home | Main Index | Thread Index | Old Index