/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,
|
/bionic/libc/bionic/ |
jemalloc.h | 32 int je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, size_t newlen);
|
/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 | 83 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
/external/jemalloc/msvc/projects/vc2015/test_threads/ |
test_threads.cpp | 24 je_mallctl("opt.narenas", &narenas, &sz, NULL, 0); 36 je_mallctl("stats.active", &allocated1, &sz1, NULL, 0); 81 je_mallctl("stats.active", &allocated2, &sz1, NULL, 0);
|
/external/jemalloc/src/ |
stats.c | 391 err = je_mallctl("epoch", &epoch, &u64sz, &epoch, sizeof(uint64_t)); 455 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0) { \ 461 if (je_mallctl("opt."#n, &bv, &bsz, NULL, 0) == 0 && \ 462 je_mallctl(#m, &bv2, &bsz, NULL, 0) == 0) { \ 469 if (je_mallctl("opt."#n, &uv, &usz, NULL, 0) == 0) { \ 474 if (je_mallctl("opt."#n, &sv, &ssz, NULL, 0) == 0) { \ 479 if (je_mallctl("opt."#n, &ssv, &sssz, NULL, 0) == 0) { \ 485 if (je_mallctl("opt."#n, &ssv, &sssz, NULL, 0) == 0 && \ 486 je_mallctl(#m, &ssv2, &sssz, NULL, 0) == 0) { \ 493 if (je_mallctl("opt."#n, &cpv, &cpsz, NULL, 0) == 0) { [all...] |
android_je_iterate.c | 177 je_mallctl("thread.tcache.enabled", 186 je_mallctl("thread.tcache.enabled", NULL, NULL,
|
jemalloc.c | 2566 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function [all...] |