Searched refs:ctl_byname (Results 1 - 5 of 5) sorted by relevance
/external/jemalloc/include/jemalloc/internal/ |
H A D | ctl.h | 73 int ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp,
|
H A D | private_namespace.h | 199 #define ctl_byname JEMALLOC_N(ctl_byname) macro
|
H A D | private_unnamespace.h | 199 #undef ctl_byname macro
|
/external/jemalloc/src/ |
H A D | ctl.c | 915 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, function
|
H A D | jemalloc.c | 2714 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen);
|
Completed in 66 milliseconds