Searched refs:ctl_byname (Results 1 - 5 of 5) sorted by relevance

/external/jemalloc/include/jemalloc/internal/
H A Dctl.h73 int ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp,
H A Dprivate_namespace.h199 #define ctl_byname JEMALLOC_N(ctl_byname) macro
H A Dprivate_unnamespace.h199 #undef ctl_byname macro
/external/jemalloc/src/
H A Dctl.c915 ctl_byname(tsd_t *tsd, const char *name, void *oldp, size_t *oldlenp, function
H A Djemalloc.c2714 ret = ctl_byname(tsd, name, oldp, oldlenp, newp, newlen);

Completed in 66 milliseconds