Home
last modified time | relevance | path

Searched refs:cactive (Results 1 – 3 of 3) sorted by relevance

/external/jemalloc/test/unit/
Dstats.c5 size_t *cactive; in TEST_BEGIN() local
9 sz = sizeof(cactive); in TEST_BEGIN()
10 assert_d_eq(mallctl("stats.cactive", &cactive, &sz, NULL, 0), expected, in TEST_BEGIN()
22 assert_zu_le(active, *cactive, in TEST_BEGIN()
/external/jemalloc/src/
Dstats.c466 size_t *cactive; in stats_print() local
471 CTL_GET("stats.cactive", &cactive, size_t *); in stats_print()
479 "Current active ceiling: %zu\n", atomic_read_z(cactive)); in stats_print()
/external/jemalloc/
DChangeLog357 - Add the "stats.cactive" mallctl.