| /src/external/bsd/jemalloc.old/dist/test/integration/ |
| overflow.c | 14 unsigned nlextents; local 20 expect_d_eq(mallctl("arenas.nlextents", (void *)&nlextents, &sz, NULL, 26 mib[2] = nlextents - 1;
|
| /src/external/bsd/jemalloc/dist/test/integration/ |
| overflow.c | 14 unsigned nlextents; local 21 mallctl("arenas.nlextents", (void *)&nlextents, &sz, NULL, 0), 0, 27 mib[2] = nlextents - 1;
|
| /src/external/bsd/jemalloc.old/dist/test/unit/ |
| size_classes.c | 5 unsigned nlextents; local 10 expect_d_eq(mallctl("arenas.nlextents", (void *)&nlextents, &sz, NULL, 16 mib[2] = nlextents - 1;
|
| extent_quantize.c | 39 unsigned nlextents, i; local 54 expect_d_eq(mallctl("arenas.nlextents", (void *)&nlextents, &sz, NULL, 59 for (i = 0; i < nlextents; i++) { 92 if (i + 1 < nlextents) {
|
| /src/external/bsd/jemalloc/dist/test/unit/ |
| extent_quantize.c | 40 unsigned nlextents, i; local 57 mallctl("arenas.nlextents", (void *)&nlextents, &sz, NULL, 0), 0, 62 for (i = 0; i < nlextents; i++) { 96 if (i + 1 < nlextents) {
|
| size_classes.c | 5 unsigned nlextents; local 11 mallctl("arenas.nlextents", (void *)&nlextents, &sz, NULL, 0), 0, 17 mib[2] = nlextents - 1;
|
| mallctl.c | 933 TEST_ARENAS_CONSTANT(unsigned, nlextents, SC_NSIZES - SC_NBINS); 986 unsigned nlextents = SC_NSIZES - SC_NBINS; local 989 * Querying the lextent at index nlextents should fail because valid 990 * indices are [0, nlextents). 993 malloc_snprintf(buf, sizeof(buf), "arenas.lextent.%u.size", nlextents); 997 /* Querying the last element (nlextents - 1) should succeed. */ 999 buf, sizeof(buf), "arenas.lextent.%u.size", nlextents - 1); 1036 unsigned nlextents = SC_NSIZES - SC_NBINS; local 1043 /* nlextents is one past the valid range. */ 1046 buf, sizeof(buf), "stats.arenas.0.lextents.%u.nmalloc", nlextents); [all...] |
| /src/external/bsd/jemalloc.old/dist/src/ |
| stats.c | 562 unsigned nbins, nlextents, j; local 566 CTL_GET("arenas.nlextents", &nlextents, unsigned); 616 for (j = 0, in_gap = false; j < nlextents; j++) { 1654 unsigned nlextents; local 1655 CTL_GET("arenas.nlextents", &nlextents, unsigned); 1656 emitter_kv(emitter, "nlextents", "Number of large size classes", 1657 emitter_type_unsigned, &nlextents); 1663 for (unsigned i = 0; i < nlextents; i++) [all...] |
| /src/external/bsd/jemalloc/dist/src/ |
| stats.c | 565 unsigned nbins, nlextents, j; local 569 CTL_GET("arenas.nlextents", &nlextents, unsigned); 619 for (j = 0, in_gap = false; j < nlextents; j++) { 1841 unsigned nlextents; local 1842 CTL_GET("arenas.nlextents", &nlextents, unsigned); 1843 emitter_kv(emitter, "nlextents", "Number of large size classes", 1844 emitter_type_unsigned, &nlextents); 1850 for (unsigned i = 0; i < nlextents; i++) [all...] |