Home
last modified time | relevance | path

Searched refs:ctl_bymib (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
Dctl.h75 int ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
Dprivate_symbols.txt187 ctl_bymib
Dprivate_namespace.h189 #define ctl_bymib JEMALLOC_N(ctl_bymib) macro
Dprivate_unnamespace.h189 #undef ctl_bymib
/external/jemalloc/src/
Dctl.c952 ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, in ctl_bymib() function
Djemalloc.c2594 return (ctl_bymib(mib, miblen, oldp, oldlenp, newp, newlen));