Searched refs:je_mallctl (Results 1 - 9 of 9) sorted by relevance

/external/jemalloc/include/jemalloc/
H A Djemalloc_rename.h22 # define je_mallctl je_mallctl macro
H A Djemalloc_mangle.h27 # define mallctl je_mallctl
59 # undef je_mallctl macro
H A Djemalloc.h56 # define je_mallctl je_mallctl macro
156 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
206 # define mallctl je_mallctl
238 # undef je_mallctl macro
H A Djemalloc_protos.h32 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
/external/jemalloc/include/jemalloc/internal/
H A Dpublic_unnamespace.h16 #undef je_mallctl macro
H A Dpublic_namespace.h16 #define je_mallctl JEMALLOC_N(mallctl) macro
H A Dctl.h79 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
/external/jemalloc/src/
H A Dstats.c382 err = je_mallctl("epoch", &epoch, &u64sz, &epoch, sizeof(uint64_t));
443 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0) { \
449 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0 && \
450 je_mallctl(#m, &bv2, &bsz, NULL, 0) == 0) { \
457 if (je_mallctl("opt."#n, &sv, &ssz, NULL, 0) == 0) { \
462 if (je_mallctl("opt."#n, &ssv, &sssz, NULL, 0) == 0) { \
468 if (je_mallctl("opt."#n, &ssv, &sssz, NULL, 0) == 0 && \
469 je_mallctl(#m, &ssv2, &sssz, NULL, 0) == 0) { \
476 if (je_mallctl("opt."#n, &cpv, &cpsz, NULL, 0) == 0) { \
539 if (je_mallctl("arena
[all...]
H A Djemalloc.c2403 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function

Completed in 179 milliseconds