Searched refs:cactive (Results 1 – 3 of 3) sorted by relevance
/external/jemalloc/test/unit/ |
D | stats.c | 5 size_t *cactive; in TEST_BEGIN() local 9 sz = sizeof(cactive); in TEST_BEGIN() 10 assert_d_eq(mallctl("stats.cactive", (void *)&cactive, &sz, NULL, 0), in TEST_BEGIN() 24 assert_zu_le(active, *cactive, in TEST_BEGIN()
|
/external/jemalloc/src/ |
D | stats.c | 949 size_t *cactive; in stats_print_helper() local 952 CTL_GET("stats.cactive", &cactive, size_t *); in stats_print_helper() 964 "\t\t\t\"cactive\": %zu,\n", atomic_read_z(cactive)); in stats_print_helper() 987 atomic_read_z(cactive)); in stats_print_helper()
|
/external/jemalloc/ |
D | ChangeLog | 29 - Remove overly restrictive assertions related to the cactive statistic. This 195 - Fix stats.cactive accounting regression. (@rustyx, @jasone) 448 - Fix the cactive statistic to decrease (rather than increase) when active 817 - Add the "stats.cactive" mallctl.
|