Home
last modified time | relevance | path

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

/freebsd/lib/libc/stdlib/malloc/
H A DSymbol.map13 malloc_conf;
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h9 #define je_malloc_conf JEMALLOC_N(malloc_conf)
/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h70 # define je_malloc_conf malloc_conf
382 # define malloc_conf je_malloc_conf macro
/freebsd/include/
H A Dstdlib.h240 extern const char *malloc_conf;
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs29 @@ -3510,4 +3521,18 @@ malloc_conf = "narenas:1";]]></programlisting></para>
H A DChangeLog594 - Fix malloc_conf overriding to work on Windows. (@jasone)
974 - Mark malloc_conf as a weak symbol so that the application can override it.