Home
last modified time | relevance | path

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

/external/jemalloc_new/include/jemalloc/
Djemalloc_rename.h13 # define je_mallctlbymib je_mallctlbymib macro
36 # define je_mallctlbymib mallctlbymib macro
Djemalloc_mangle.h17 # define mallctlbymib je_mallctlbymib
49 # undef je_mallctlbymib
Djemalloc.h234 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctlbymib(const size_t *mib,
348 # define mallctlbymib je_mallctlbymib
380 # undef je_mallctlbymib
Djemalloc_protos.h48 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctlbymib(const size_t *mib,
/external/jemalloc_new/include/jemalloc/internal/
Dpublic_unnamespace.h6 #undef je_mallctlbymib
Dpublic_namespace.h6 #define je_mallctlbymib JEMALLOC_N(mallctlbymib) macro
Dctl.h123 if (je_mallctlbymib(mib, miblen, oldp, oldlenp, newp, \
/external/jemalloc_new/src/
Djemalloc.c3112 je_mallctlbymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, function