Searched refs:ctl_bymib (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ctl.h | 75 int ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp,
|
D | private_symbols.txt | 187 ctl_bymib
|
D | private_namespace.h | 189 #define ctl_bymib JEMALLOC_N(ctl_bymib) macro
|
D | private_unnamespace.h | 189 #undef ctl_bymib
|
/external/jemalloc/src/ |
D | ctl.c | 952 ctl_bymib(const size_t *mib, size_t miblen, void *oldp, size_t *oldlenp, in ctl_bymib() function
|
D | jemalloc.c | 2594 return (ctl_bymib(mib, miblen, oldp, oldlenp, newp, newlen));
|