Searched refs:prof_bt_count (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/third_party/ulib/jemalloc/test/unit/
H A Dprof_reset.c115 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces");
118 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace");
134 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace");
139 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces");
205 bt_count = prof_bt_count();
222 assert_zu_eq(prof_bt_count(), bt_count,
H A Dprof_active.c82 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func,
86 assert_zu_eq(prof_bt_count(), expected_backtraces,
H A Dprof_accum.c49 bt_count = prof_bt_count();
/fuchsia/zircon/third_party/ulib/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h52 size_t prof_bt_count(void);
H A Dprivate_namespace.h371 #define prof_bt_count JEMALLOC_N(prof_bt_count) macro
H A Dprivate_unnamespace.h371 #undef prof_bt_count macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dprof.c907 prof_bt_count(void) function

Completed in 94 milliseconds