| /src/external/bsd/jemalloc/include/jemalloc/internal/ |
| public_unnamespace.h | 5 #undef je_mallctl macro
|
| public_namespace.h | 5 #define je_mallctl JEMALLOC_N(mallctl) macro
|
| ctl.h | 114 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
| /src/external/bsd/jemalloc/include/jemalloc/ |
| jemalloc_rename.h | 11 # define je_mallctl mallctl macro
|
| jemalloc_mangle.h | 16 # define mallctl je_mallctl 49 # undef je_mallctl macro
|
| jemalloc.h | 84 # define je_mallctl mallctl macro 105 # define je_mallctl __je_mallctl macro 325 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name, 446 # define mallctl je_mallctl 479 # undef je_mallctl macro
|
| jemalloc_protos.h | 45 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name,
|
| /src/external/bsd/jemalloc.old/include/jemalloc/internal/ |
| public_unnamespace.h | 5 #undef je_mallctl macro
|
| public_namespace.h | 5 #define je_mallctl JEMALLOC_N(mallctl) macro
|
| ctl.h | 105 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
| /src/external/bsd/jemalloc.old/include/jemalloc/ |
| jemalloc_rename.h | 11 # define je_mallctl mallctl macro
|
| jemalloc_mangle.h | 16 # define mallctl je_mallctl 47 # undef je_mallctl macro
|
| jemalloc.h | 75 # define je_mallctl mallctl macro 94 # define je_mallctl __je_mallctl macro 288 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name, 405 # define mallctl je_mallctl 436 # undef je_mallctl macro
|
| jemalloc_protos.h | 44 JEMALLOC_EXPORT int JEMALLOC_NOTHROW je_mallctl(const char *name,
|
| /src/external/bsd/jemalloc/dist/msvc/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);
|
| /src/external/bsd/jemalloc.old/dist/msvc/test_threads/ |
| test_threads.cpp | 23 je_mallctl("opt.narenas", (void *)&narenas, &sz, NULL, 0); 35 je_mallctl("stats.active", (void *)&allocated1, &sz1, NULL, 0); 80 je_mallctl("stats.active", (void *)&allocated2, &sz1, NULL, 0);
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| hpa_background_thread.c | 31 err = je_mallctl("epoch", (void *)&epoch, &sz, (void *)&epoch, 63 err = je_mallctl("background_thread", NULL, NULL, &enabled,
|
| /src/external/bsd/jemalloc.old/dist/include/jemalloc/internal/ |
| ctl.h | 105 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
| /src/external/bsd/jemalloc/dist/include/jemalloc/internal/ |
| ctl.h | 114 if (je_mallctl(name, oldp, oldlenp, newp, newlen) \
|
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 871 if (je_mallctl("opt."name, (void *)&var, &size, NULL, 0) == \ 879 if (je_mallctl("opt."name, (void *)&var1, &size, NULL, 0) == \ 880 0 && je_mallctl(altname, (void *)&var2, &size, NULL, 0) \ 1001 if (je_mallctl("arenas.tcache_max", (void *)&sv, &ssz, NULL, 0) == 0) { 1243 err = je_mallctl("epoch", (void *)&epoch, &u64sz, (void *)&epoch,
|
| jemalloc.c | 3089 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function
|
| /src/external/bsd/jemalloc/dist/src/ |
| stats.c | 1422 if (je_mallctl("opt."name, (void *)&var, &size, NULL, 0) == \ 1430 if (je_mallctl("opt."name, (void *)&var1, &size, NULL, 0) == \ 1431 0 && je_mallctl(altname, (void *)&var2, &size, NULL, 0) \ 1477 if (je_mallctl("opt.hpa_dirty_mult", (void *)&u32v, &u32sz, NULL, 0) 1606 if (je_mallctl("arenas.tcache_max", (void *)&sv, &ssz, NULL, 0) == 0) { 1872 err = je_mallctl("epoch", (void *)&epoch, &u64sz, (void *)&epoch,
|
| jemalloc.c | 4012 je_mallctl(const char *name, void *oldp, size_t *oldlenp, void *newp, function
|