Searched refs:tests_free (Results 1 - 15 of 15) sorted by relevance

/netbsd-current/external/lgpl3/gmp/dist/tests/
H A Dmemory.c173 fprintf (stderr, "tests_free(): attempt to free bad pointer %p\n",
208 tests_free (void *ptr, size_t size) function
215 fprintf (stderr, "tests_free(): bad size %lu, should be %lu\n",
226 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
H A Dtests.h47 void tests_free (void *, size_t);
/netbsd-current/external/lgpl3/mpfr/dist/tests/
H A Dmemory.c237 fprintf (stderr, "[MPFR] tests_free(): "
259 tests_free (void *ptr, size_t size) function
273 fprintf (stderr, "[MPFR] tests_free(): bad size %"
292 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
H A Dterandom.c98 tests_free (t, nbtests * sizeof (mpfr_t));
H A Dtnrandom.c132 tests_free (t, nbtests * sizeof (mpfr_t));
H A Dtgrandom.c107 tests_free (t, nbtests * sizeof (mpfr_t));
H A Dmpfr-test.h328 void tests_free (void *, size_t);
H A Dtrandom.c94 tests_free (tab, size_tab * sizeof (int));
H A Dterandom_chisq.c164 tests_free (counts, (nu + 1) * sizeof (long));
289 tests_free (counts, (nu + 1) * sizeof (long));
H A Dtnrandom_chisq.c160 tests_free (counts, (nu + 1) * sizeof (long));
290 tests_free (counts, (nu + 1) * sizeof (long));
H A Dtset_str.c187 tests_free (str, nc);
801 tests_free (str, N + 20);
H A Dtests.c654 tests_free (buf, bufsize);
681 tests_free (buffer, buffsize);
H A Dtsum.c162 tests_free (t, nmax * sizeof(mpfr_t));
163 tests_free (p, nmax * sizeof(mpfr_ptr));
1257 tests_free (x, n * sizeof (mpfr_t));
1258 tests_free (y, n * sizeof (mpfr_ptr));
H A Dturandom.c180 tests_free (tab, size_tab * sizeof (int));
H A Dtget_str.c1463 tests_free (s, oprec + 6);
1464 tests_free (t, oprec + 6);

Completed in 226 milliseconds