Home
last modified time | relevance | path

Searched refs:malloc_conf (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/lib/libc/stdlib/jemalloc/
H A DSymbol.map17 malloc_conf;
/freebsd-12.1/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
/freebsd-12.1/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h67 # define je_malloc_conf malloc_conf
371 # define malloc_conf je_malloc_conf macro
/freebsd-12.1/include/
H A Dstdlib.h235 extern const char *malloc_conf;
/freebsd-12.1/contrib/jemalloc/
H A DFREEBSD-diffs29 @@ -3376,4 +3387,18 @@ malloc_conf = "narenas:1";]]></programlisting></para>
H A DChangeLog458 - Fix malloc_conf overriding to work on Windows. (@jasone)
838 - Mark malloc_conf as a weak symbol so that the application can override it.