Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/jemalloc/include/jemalloc/
Djemalloc.h67 # define je_malloc_conf malloc_conf macro
212 extern JEMALLOC_EXPORT const char *je_malloc_conf;
371 # define malloc_conf je_malloc_conf
402 # undef je_malloc_conf
/freebsd-12-stable/contrib/jemalloc/include/jemalloc/internal/
Dpublic_namespace.h9 #define je_malloc_conf JEMALLOC_N(malloc_conf) macro
/freebsd-12-stable/contrib/jemalloc/src/
Djemalloc.c29 const char *je_malloc_conf
889 if (je_malloc_conf != NULL) { in malloc_conf_init()
894 opts = je_malloc_conf; in malloc_conf_init()
/freebsd-12-stable/contrib/jemalloc/
DFREEBSD-diffs360 const char *je_malloc_conf