Searched refs:ctl_bymib (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
D | ctl.h | 78 int ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp,
|
D | private_symbols.txt | 198 ctl_bymib
|
D | private_namespace.h | 198 #define ctl_bymib JEMALLOC_N(ctl_bymib) macro
|
D | private_unnamespace.h | 198 #undef ctl_bymib
|
/external/jemalloc/src/ |
D | ctl.c | 962 ctl_bymib(tsd_t *tsd, const size_t *mib, size_t miblen, void *oldp, in ctl_bymib() function
|
D | jemalloc.c | 2747 ret = ctl_bymib(tsd, mib, miblen, oldp, oldlenp, newp, newlen);
|