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

  /src/external/bsd/jemalloc/dist/test/unit/
sec.c 20 size_t expand_count; member in struct:pai_test_allocator_s
102 ta->expand_count++;
144 ta->expand_count = 0;
425 expect_zu_eq(1, ta.expand_count, "");
430 expect_zu_eq(2, ta.expand_count, "");
  /src/external/bsd/mdocml/dist/
roff.c 1255 int expand_count; /* to avoid infinite loops */ local
1352 expand_count = 0;
1447 if (EXPAND_LIMIT < ++expand_count) {

Completed in 44 milliseconds