summaryrefslogtreecommitdiff
path: root/tests/mpfr-test.h
diff options
context:
space:
mode:
Diffstat (limited to 'tests/mpfr-test.h')
-rw-r--r--tests/mpfr-test.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/mpfr-test.h b/tests/mpfr-test.h
index 616ef4119..2289db65f 100644
--- a/tests/mpfr-test.h
+++ b/tests/mpfr-test.h
@@ -207,7 +207,8 @@ extern gmp_randstate_t mpfr_rands;
typedef __gmp_randstate_struct *mpfr_gmp_randstate_ptr;
-/* Allocation */
+/* Memory Allocation */
+extern int tests_memory_disabled;
void *tests_allocate (size_t);
void *tests_reallocate (void *, size_t, size_t);
void tests_free (void *, size_t);