Home
last modified time | relevance | path

Searched refs:bt_count (Results 1 – 6 of 6) sorted by relevance

/external/jemalloc_new/test/unit/
Dprof_accum.c26 size_t bt_count_prev, bt_count; in thd_start() local
41 bt_count = prof_bt_count(); in thd_start()
42 assert_zu_le(bt_count_prev+(i-i_prev), bt_count, in thd_start()
45 bt_count_prev = bt_count; in thd_start()
Dprof_reset.c187 size_t bt_count, tdata_count; in TEST_BEGIN() local
191 bt_count = prof_bt_count(); in TEST_BEGIN()
192 assert_zu_eq(bt_count, 0, in TEST_BEGIN()
209 assert_zu_eq(prof_bt_count(), bt_count, in TEST_BEGIN()
/external/jemalloc/test/unit/
Dprof_accum.c35 size_t bt_count_prev, bt_count; in thd_start() local
50 bt_count = prof_bt_count(); in thd_start()
51 assert_zu_le(bt_count_prev+(i-i_prev), bt_count, in thd_start()
54 bt_count_prev = bt_count; in thd_start()
Dprof_reset.c203 size_t bt_count, tdata_count; in TEST_BEGIN() local
207 bt_count = prof_bt_count(); in TEST_BEGIN()
208 assert_zu_eq(bt_count, 0, in TEST_BEGIN()
224 assert_zu_eq(prof_bt_count(), bt_count, in TEST_BEGIN()
/external/jemalloc/src/
Dprof.c916 size_t bt_count; in prof_bt_count() local
926 bt_count = ckh_count(&bt2gctx); in prof_bt_count()
929 return (bt_count); in prof_bt_count()
/external/jemalloc_new/src/
Dprof.c939 size_t bt_count; in prof_bt_count() local
950 bt_count = ckh_count(&bt2gctx); in prof_bt_count()
953 return bt_count; in prof_bt_count()