Module Name:    src
Committed By:   kamil
Date:           Sun Mar 10 10:00:29 UTC 2019

Modified Files:
        src/external/bsd/jemalloc/dist/src: jemalloc.c
        src/external/bsd/jemalloc/include/jemalloc: jemalloc.h

Log Message:
Rename je_mallctltomib to je_mallctlnametomib

This unbreaks the build.


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 src/external/bsd/jemalloc/dist/src/jemalloc.c
cvs rdiff -u -r1.2 -r1.3 \
    src/external/bsd/jemalloc/include/jemalloc/jemalloc.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/bsd/jemalloc/dist/src/jemalloc.c
diff -u src/external/bsd/jemalloc/dist/src/jemalloc.c:1.3 src/external/bsd/jemalloc/dist/src/jemalloc.c:1.4
--- src/external/bsd/jemalloc/dist/src/jemalloc.c:1.3	Sun Mar 10 02:49:52 2019
+++ src/external/bsd/jemalloc/dist/src/jemalloc.c	Sun Mar 10 10:00:29 2019
@@ -29,7 +29,7 @@ __weak_alias(sdallocx, je_sdallocx)
 __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)

Index: src/external/bsd/jemalloc/include/jemalloc/jemalloc.h
diff -u src/external/bsd/jemalloc/include/jemalloc/jemalloc.h:1.2 src/external/bsd/jemalloc/include/jemalloc/jemalloc.h:1.3
--- src/external/bsd/jemalloc/include/jemalloc/jemalloc.h:1.2	Sun Mar 10 02:49:52 2019
+++ src/external/bsd/jemalloc/include/jemalloc/jemalloc.h	Sun Mar 10 10:00:29 2019
@@ -94,7 +94,7 @@ extern "C" {
 #undef je_nallocx
 
 #undef je_mallctl
-#undef je_mallctltomib
+#undef je_mallctlnametomib
 #undef je_mallctlbymib
 
 #undef je_malloc_stats_print

Reply via email to