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

  /src/external/mit/expat/dist/tests/
minicheck.h 105 int nchecks; member in struct:SRunner
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
ehooks.h 181 const size_t nchecks = 4; local
182 assert(PAGE >= sizeof(size_t) * nchecks);
183 for (size_t i = 0; i < nchecks; ++i) {
184 assert(p[i * (size / sizeof(size_t) / nchecks)] == 0);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ehooks.h 181 const size_t nchecks = 4; local
182 assert(PAGE >= sizeof(size_t) * nchecks);
183 for (size_t i = 0; i < nchecks; ++i) {
184 assert(p[i * (size / sizeof(size_t) / nchecks)] == 0);

Completed in 26 milliseconds