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

  /external/jemalloc/test/unit/
stats.c 59 assert_zu_gt(allocated, 0,
173 assert_zu_gt(allocated, 0,
217 assert_zu_gt(allocated, 0,
219 assert_zu_gt(nmalloc, 0,
223 assert_zu_gt(nrequests, 0,
259 assert_zu_gt(allocated, 0,
261 assert_zu_gt(nmalloc, 0,
327 assert_zu_gt(curregs, 0,
337 assert_zu_gt(curruns, 0,
  /external/jemalloc/test/include/test/
test.h 158 #define assert_zu_gt(a, b, ...) assert_cmp(size_t, a, b, >, \ macro

Completed in 47 milliseconds