Home
last modified time | relevance | path

Searched refs:je_malloc_conf (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/jemalloc/include/jemalloc/
H A Djemalloc.h70 # define je_malloc_conf malloc_conf macro
223 extern JEMALLOC_EXPORT const char *je_malloc_conf;
382 # define malloc_conf je_malloc_conf
414 # undef je_malloc_conf
/freebsd/contrib/jemalloc/include/jemalloc/internal/
H A Dpublic_namespace.h9 #define je_malloc_conf JEMALLOC_N(malloc_conf) macro
/freebsd/contrib/jemalloc/src/
H A Djemalloc.c31 const char *je_malloc_conf
959 if (je_malloc_conf != NULL) { in obtain_malloc_conf()
961 ret = je_malloc_conf; in obtain_malloc_conf()
/freebsd/contrib/jemalloc/
H A DFREEBSD-diffs375 const char *je_malloc_conf