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

  /external/jemalloc/test/integration/
chunk.c 47 assert_ptr_ne(old_alloc, new_alloc, "Unexpected alloc error");
51 assert_ptr_ne(old_dalloc, new_dalloc, "Unexpected dalloc error");
55 assert_ptr_ne(old_purge, new_purge, "Unexpected purge error");
  /external/jemalloc/test/unit/
quarantine.c 49 assert_ptr_ne(p, quarantined[j],
  /external/jemalloc/test/include/test/
test.h 22 #define assert_ptr_ne(a, b, ...) assert_cmp(void *, a, b, !=, \ macro

Completed in 31 milliseconds