HomeSort by relevance Sort by last modified time
    Searched refs:prof_bt_count (Results 1 - 7 of 7) sorted by null

  /external/jemalloc/test/unit/
prof_reset.c 117 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces");
120 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace");
136 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace");
141 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces");
207 bt_count = prof_bt_count();
224 assert_zu_eq(prof_bt_count(), bt_count,
prof_active.c 86 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func,
90 assert_zu_eq(prof_bt_count(), expected_backtraces,
prof_accum.c 50 bt_count = prof_bt_count();
  /external/jemalloc/include/jemalloc/internal/
prof.h 292 size_t prof_bt_count(void);
private_namespace.h 432 #define prof_bt_count JEMALLOC_N(prof_bt_count) macro
    [all...]
private_unnamespace.h 432 #undef prof_bt_count macro
  /external/jemalloc/src/
prof.c 914 prof_bt_count(void) function
    [all...]

Completed in 57 milliseconds