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

  /bionic/libc/bionic/
jemalloc_wrapper.cpp 64 if (je_mallctl("arenas.narenas", &narenas, &sz, nullptr, 0) != 0) {
69 if (je_mallctl("arenas.decay_time", nullptr, nullptr, &decay_time, sizeof(decay_time)) != 0) {
77 if (je_mallctl(buffer, nullptr, nullptr, &decay_time, sizeof(decay_time)) != 0) {
jemalloc.h 32 int je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
  /external/jemalloc/include/jemalloc/
jemalloc_rename.h 22 # define je_mallctl je_mallctl macro
jemalloc_mangle.h 27 # define mallctl je_mallctl
59 # undef je_mallctl macro
jemalloc.h 82 # define je_mallctl je_mallctl macro
238 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name,
346 # define mallctl je_mallctl
378 # undef je_mallctl macro
jemalloc_protos.h 44 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name,
  /external/jemalloc/include/jemalloc/internal/
public_unnamespace.h 16 #undef je_mallctl macro
public_namespace.h 16 #define je_mallctl JEMALLOC_N(mallctl) macro
ctl.h 86 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
  /external/jemalloc/msvc/projects/vc2015/test_threads/
test_threads.cpp 24 je_mallctl("opt.narenas", (void *)&narenas, &sz, NULL, 0);
36 je_mallctl("stats.active", (void *)&allocated1, &sz1, NULL, 0);
81 je_mallctl("stats.active", (void *)&allocated2, &sz1, NULL, 0);
  /external/jemalloc/src/
android_je_iterate.c 177 je_mallctl("thread.tcache.enabled",
186 je_mallctl("thread.tcache.enabled", NULL, NULL,
stats.c 637 if (je_mallctl("opt."#n, (void *)&bv, &bsz, NULL, 0) == 0) { \
649 if (je_mallctl("opt."#n, (void *)&bv, &bsz, NULL, 0) == 0 && \
650 je_mallctl(#m, &bv2, (void *)&bsz, NULL, 0) == 0) { \
663 if (je_mallctl("opt."#n, (void *)&uv, &usz, NULL, 0) == 0) { \
673 if (je_mallctl("opt."#n, (void *)&sv, &ssz, NULL, 0) == 0) { \
683 if (je_mallctl("opt."#n, (void *)&ssv, &sssz, NULL, 0) == 0) { \
694 if (je_mallctl("opt."#n, (void *)&ssv, &sssz, NULL, 0) == 0 && \
695 je_mallctl(#m, (void *)&ssv2, &sssz, NULL, 0) == 0) { \
707 if (je_mallctl("opt."#n, (void *)&cpv, &cpsz, NULL, 0) == 0) { \
824 if (je_mallctl("arenas.tcache_max", (void *)&sv, &ssz, NULL, 0) == 0)
    [all...]
jemalloc.c 2703 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function
    [all...]

Completed in 157 milliseconds