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

  /src/external/bsd/libevent/dist/test/
regress_dns.c 1893 static int allocated_chunks = 0; variable
1898 allocated_chunks += 1;
1906 allocated_chunks += 1;
1908 allocated_chunks -= 1;
1915 allocated_chunks -= 1;
1931 allocated_chunks = 0;
1934 * (this will avoid false-positive negative numbers for allocated_chunks)
1959 tt_int_op(allocated_chunks, ==, 0);
1962 tt_int_op(allocated_chunks, ==, 0);
  /src/external/bsd/ntp/dist/sntp/libevent/test/
regress_dns.c 1891 static int allocated_chunks = 0; variable
1896 allocated_chunks += 1;
1904 allocated_chunks += 1;
1906 allocated_chunks -= 1;
1913 allocated_chunks -= 1;
1929 allocated_chunks = 0;
1932 * (this will avoid false-positive negative numbers for allocated_chunks)
1957 tt_int_op(allocated_chunks, ==, 0);
1960 tt_int_op(allocated_chunks, ==, 0);

Completed in 13 milliseconds