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

  /src/external/lgpl3/gmp/dist/tests/
memory.c 110 tests_reallocate (void *ptr, size_t old_size, size_t new_size) function
118 fprintf (stderr, "tests_reallocate(): attempt to reallocate %p to 0 bytes\n",
126 fprintf (stderr, "tests_reallocate(): attempt to reallocate bad pointer %p\n",
134 fprintf (stderr, "tests_reallocate(): bad old size %lu, should be %lu\n",
226 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
memory.c 110 tests_reallocate (void *ptr, size_t old_size, size_t new_size) function
118 fprintf (stderr, "tests_reallocate(): attempt to reallocate %p to 0 bytes\n",
126 fprintf (stderr, "tests_reallocate(): attempt to reallocate bad pointer %p\n",
134 fprintf (stderr, "tests_reallocate(): bad old size %lu, should be %lu\n",
226 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
  /src/external/lgpl3/mpfr/dist/tests/
memory.c 182 tests_reallocate (void *ptr, size_t old_size, size_t new_size) function
190 fprintf (stderr, "[MPFR] tests_reallocate(): "
200 fprintf (stderr, "[MPFR] tests_reallocate(): "
212 fprintf (stderr, "[MPFR] tests_reallocate(): "
292 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);
memory.c 182 tests_reallocate (void *ptr, size_t old_size, size_t new_size) function
190 fprintf (stderr, "[MPFR] tests_reallocate(): "
200 fprintf (stderr, "[MPFR] tests_reallocate(): "
212 fprintf (stderr, "[MPFR] tests_reallocate(): "
292 mp_set_memory_functions (tests_allocate, tests_reallocate, tests_free);

Completed in 80 milliseconds