Home
last modified time | relevance | path

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

/third_party/ulib/jemalloc/include/jemalloc/
A Djemalloc_mangle.h12 # define malloc_conf je_malloc_conf
44 # undef je_malloc_conf
A Djemalloc_rename.h7 # define je_malloc_conf malloc_conf macro
A Djemalloc.h61 # define je_malloc_conf malloc_conf macro
213 extern JEMALLOC_EXPORT const char *je_malloc_conf;
355 # define malloc_conf je_malloc_conf
387 # undef je_malloc_conf
A Djemalloc_protos.h6 extern JEMALLOC_EXPORT const char *je_malloc_conf;
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dpublic_unnamespace.h1 #undef je_malloc_conf
A Dpublic_namespace.h1 #define je_malloc_conf JEMALLOC_N(malloc_conf) macro
/third_party/ulib/jemalloc/msvc/projects/vc2015/test_threads/
A Dtest_threads.cpp21 je_malloc_conf = "narenas:3"; in test_threads()
/third_party/ulib/jemalloc/src/
A Djemalloc.c8 const char *je_malloc_conf
877 if (je_malloc_conf != NULL) { in malloc_conf_init()
882 opts = je_malloc_conf; in malloc_conf_init()

Completed in 21 milliseconds