Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h14 # define je_mallctlnametomib je_mallctlnametomib macro
37 # define je_mallctlnametomib mallctlnametomib macro
Djemalloc_mangle.h18 # define mallctlnametomib je_mallctlnametomib
50 # undef je_mallctlnametomib
Djemalloc.h232 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctlnametomib(const char *name,
349 # define mallctlnametomib je_mallctlnametomib
381 # undef je_mallctlnametomib
Djemalloc_protos.h46 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctlnametomib(const char *name,
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_unnamespace.h7 #undef je_mallctlnametomib
Dpublic_namespace.h7 #define je_mallctlnametomib JEMALLOC_N(mallctlnametomib) macro
Dctl.h115 if (je_mallctlnametomib(name, mibp, miblenp) != 0) { \
/external/jemalloc_new/src/
Djemalloc.c3092 je_mallctlnametomib(const char *name, size_t *mibp, size_t *miblenp) { function