Home
last modified time | relevance | path

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

/external/jemalloc/include/jemalloc/
Djemalloc.h67 # define je_malloc_conf je_malloc_conf macro
200 extern JEMALLOC_EXPORT const char *je_malloc_conf;
331 # define malloc_conf je_malloc_conf
363 # undef je_malloc_conf
Djemalloc_rename.h7 # define je_malloc_conf je_malloc_conf macro
Djemalloc_mangle.h12 # define malloc_conf je_malloc_conf
44 # undef je_malloc_conf
Djemalloc_protos.h6 extern JEMALLOC_EXPORT const char *je_malloc_conf;
/external/jemalloc/include/jemalloc/internal/
Dpublic_symbols.txt1 malloc_conf:je_malloc_conf
Dpublic_unnamespace.h1 #undef je_malloc_conf
Dpublic_namespace.h1 #define je_malloc_conf JEMALLOC_N(malloc_conf) macro
/external/jemalloc/msvc/projects/vc2015/test_threads/
Dtest_threads.cpp21 je_malloc_conf = "narenas:3"; in test_threads()
/external/jemalloc/src/
Djemalloc.c8 const char *je_malloc_conf
977 if (je_malloc_conf != NULL) {
982 opts = je_malloc_conf;