HomeSort by relevance Sort by last modified time
    Searched refs:je_mallctl (Results 1 - 9 of 9) sorted by null

  /external/jemalloc/include/jemalloc/
jemalloc_rename.h 21 # define je_mallctl je_mallctl macro
jemalloc_mangle.h 26 # define mallctl je_mallctl
57 # undef je_mallctl macro
jemalloc.h 53 # define je_mallctl je_mallctl macro
139 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
187 # define mallctl je_mallctl
218 # undef je_mallctl macro
jemalloc_protos.h 28 JEMALLOC_EXPORT int je_mallctl(const char *name, void *oldp,
  /external/jemalloc/include/jemalloc/internal/
public_unnamespace.h 15 #undef je_mallctl macro
public_namespace.h 15 #define je_mallctl JEMALLOC_N(mallctl) macro
ctl.h 80 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
  /external/jemalloc/src/
stats.c 299 err = je_mallctl("epoch", &epoch, &u64sz, &epoch, sizeof(uint64_t));
358 if ((err = je_mallctl("opt."#n, &bv, &bsz, NULL, 0)) \
364 if ((err = je_mallctl("opt."#n, &sv, &ssz, NULL, 0)) \
370 if ((err = je_mallctl("opt."#n, &ssv, &sssz, NULL, 0)) \
376 if ((err = je_mallctl("opt."#n, &cpv, &cpsz, NULL, 0)) \
437 if ((err = je_mallctl("arenas.tcache_max", &sv, &ssz, NULL, 0))
442 if ((err = je_mallctl("opt.prof", &bv, &bsz, NULL, 0)) == 0 &&
jemalloc.c 1816 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function
    [all...]

Completed in 4237 milliseconds