]> git.pld-linux.org Git - packages/bind.git/blob - jemalloc.patch
Up to 9.18.25
[packages/bind.git] / jemalloc.patch
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
3 @@ -48,6 +48,7 @@
4  #include <malloc_np.h>
5  #define JEMALLOC_API_SUPPORTED 1
6  #elif defined(HAVE_JEMALLOC)
7 +#define JEMALLOC_MANGLE 1
8  #include <jemalloc/jemalloc.h>
9  #define JEMALLOC_API_SUPPORTED 1
10  
11
This page took 0.056047 seconds and 3 git commands to generate.