HomeSort by: relevance | last modified time | path
    Searched defs:ptr_diff (Results 1 - 2 of 2) sorted by relevancy

  /src/external/bsd/jemalloc.old/dist/test/unit/
san.c 57 uintptr_t ptr_diff = pages[i] > pages[j] ? local
59 expect_zu_ge((size_t)ptr_diff, slab_sz + PAGE,
88 uintptr_t ptr_diff = large[i] > large[j] ? local
90 expect_zu_ge((size_t)ptr_diff, large_sz + 2 * PAGE,
  /src/external/bsd/jemalloc/dist/test/unit/
san.c 57 uintptr_t ptr_diff = pages[i] > pages[j] local
60 expect_zu_ge((size_t)ptr_diff, slab_sz + PAGE,
89 uintptr_t ptr_diff = large[i] > large[j] local
92 expect_zu_ge((size_t)ptr_diff, large_sz + 2 * PAGE,

Completed in 30 milliseconds