]> git.pld-linux.org Git - packages/bind.git/blame - jemalloc.patch
Up to 9.18.18
[packages/bind.git] / jemalloc.patch
CommitLineData
a301178e
AM
1--- bind-9.18.12/lib/isc/mem.c~ 2023-02-03 12:25:47.000000000 +0100
2+++ bind-9.18.12/lib/isc/mem.c 2023-02-16 11:51:17.269729505 +0100
864d6117 3@@ -48,6 +48,7 @@
a301178e 4 #if defined(HAVE_MALLOC_NP_H) && !defined(__DragonFly__)
864d6117
AM
5 #include <malloc_np.h>
6 #elif defined(HAVE_JEMALLOC)
7+#define JEMALLOC_MANGLE 1
8 #include <jemalloc/jemalloc.h>
9
10 #if JEMALLOC_VERSION_MAJOR < 4
This page took 0.259972 seconds and 4 git commands to generate.