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

  /src/external/lgpl3/mpfr/dist/tests/
memory.c 62 static size_t tests_total_size = 0; variable
131 tests_total_size += size;
132 if (tests_total_size > tests_memory_limit)
138 (mpfr_uintmax_t) tests_total_size);
220 tests_total_size -= old_size;
280 tests_total_size -= size;
memory.c 62 static size_t tests_total_size = 0; variable
131 tests_total_size += size;
132 if (tests_total_size > tests_memory_limit)
138 (mpfr_uintmax_t) tests_total_size);
220 tests_total_size -= old_size;
280 tests_total_size -= size;

Completed in 129 milliseconds