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

  /src/external/mit/expat/dist/tests/
minicheck.h 105 int nchecks; member in struct:SRunner
  /src/external/bsd/jemalloc.old/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.old/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/dist/include/jemalloc/internal/
ehooks.h 184 const size_t nchecks = 4; local
185 assert(PAGE >= sizeof(size_t) * nchecks);
186 for (size_t i = 0; i < nchecks; ++i) {
187 assert(p[i * (size / sizeof(size_t) / nchecks)] == 0);
  /src/external/bsd/jemalloc/include/jemalloc/internal/
ehooks.h 184 const size_t nchecks = 4; local
185 assert(PAGE >= sizeof(size_t) * nchecks);
186 for (size_t i = 0; i < nchecks; ++i) {
187 assert(p[i * (size / sizeof(size_t) / nchecks)] == 0);

Completed in 16 milliseconds