Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h16 # define je_malloc_conf je_malloc_conf macro
39 # define je_malloc_conf malloc_conf macro
Djemalloc.h192 extern JEMALLOC_EXPORT const char *je_malloc_conf;
351 # define malloc_conf je_malloc_conf
383 # undef je_malloc_conf
Djemalloc_protos.h6 extern JEMALLOC_EXPORT const char *je_malloc_conf;
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_unnamespace.h9 #undef je_malloc_conf
Dpublic_namespace.h9 #define je_malloc_conf JEMALLOC_N(malloc_conf) macro
/external/jemalloc_new/msvc/test_threads/
Dtest_threads.cpp20 je_malloc_conf = "narenas:3"; in test_threads()
/external/jemalloc_new/src/
Djemalloc.c25 const char *je_malloc_conf
892 if (je_malloc_conf != NULL) {
897 opts = je_malloc_conf;