diff options
author | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-05-25 17:26:55 +0000 |
---|---|---|
committer | zimmerma <zimmerma@280ebfd0-de03-0410-8827-d642c229c3f4> | 2016-05-25 17:26:55 +0000 |
commit | cf2ada9015c240d1bcb270209d0316f154e11cbd (patch) | |
tree | 4443178bde813dff31a35c9cfe6fc5a3754cf0e8 | |
parent | 3e9c9079da6c2e2be4218674d19d841e883b1416 (diff) | |
download | mpfr-cf2ada9015c240d1bcb270209d0316f154e11cbd.tar.gz |
added comment
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@10373 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r-- | tests/memory.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/memory.c b/tests/memory.c index 64038e522..ac478117d 100644 --- a/tests/memory.c +++ b/tests/memory.c @@ -103,6 +103,9 @@ tests_memory_valid (void *ptr) } */ +/* FIXME: we might have an environment variable MPFR_TESTS_NO_MEMORY_LIMIT + to disable the memory limit check, for example if we want to compute + zillions of digits of Pi with ./tconst_pi 1000000000000 */ static void tests_addsize (size_t size) { |