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

  /external/jemalloc/test/integration/
allocated.c 34 assert_u64_eq(*ap0, a0,
52 assert_u64_eq(*dp0, d0,
63 assert_u64_eq(*ap1, a1,
80 assert_u64_eq(*dp1, d1,
  /external/jemalloc/test/unit/
prof_reset.c 113 assert_u64_eq(cnt_all_copy.curobjs, 1, "Expected 1 allocation");
119 assert_u64_eq(cnt_all_copy.curobjs, 0, "Expected 0 allocations");
SFMT.c     [all...]
  /external/jemalloc/test/include/test/
test.h 200 #define assert_u64_eq(a, b, ...) assert_cmp(uint64_t, a, b, ==, \ macro

Completed in 765 milliseconds