MAX_ALLOC_TOTAL    72 maint/gnulib/tests/test-dprintf-posix2.c         if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > MAX_ALLOC_TOTAL)
MAX_ALLOC_TOTAL    73 maint/gnulib/tests/test-dprintf-posix2.c           limit.rlim_max = MAX_ALLOC_TOTAL;
MAX_ALLOC_TOTAL    91 maint/gnulib/tests/test-dprintf-posix2.c       void *memory = malloc (MAX_ALLOC_TOTAL);
MAX_ALLOC_TOTAL    94 maint/gnulib/tests/test-dprintf-posix2.c       memset (memory, 17, MAX_ALLOC_TOTAL);
MAX_ALLOC_TOTAL   115 maint/gnulib/tests/test-dprintf-posix2.c   if (get_rusage_as () > initial_rusage_as + MAX_ALLOC_TOTAL)
MAX_ALLOC_TOTAL    89 maint/gnulib/tests/test-fprintf-posix3.c         if (limit.rlim_max == RLIM_INFINITY || limit.rlim_max > MAX_ALLOC_TOTAL)
MAX_ALLOC_TOTAL    90 maint/gnulib/tests/test-fprintf-posix3.c           limit.rlim_max = MAX_ALLOC_TOTAL;
MAX_ALLOC_TOTAL   108 maint/gnulib/tests/test-fprintf-posix3.c       void *memory = malloc (MAX_ALLOC_TOTAL);
MAX_ALLOC_TOTAL   111 maint/gnulib/tests/test-fprintf-posix3.c       memset (memory, 17, MAX_ALLOC_TOTAL);
MAX_ALLOC_TOTAL   132 maint/gnulib/tests/test-fprintf-posix3.c   if (get_rusage_as () > initial_rusage_as + MAX_ALLOC_TOTAL + 100000)