Poul-Henning Kamp 1fb14a47a1 Introduce malloc_last_fail() which returns the number of seconds since
malloc(9) failed last time.  This is intended to help code adjust
memory usage to the current circumstances.

A typical use could be:
	if (malloc_last_fail() < 60)
		reduce_cache_by_one();
2002-11-01 18:58:12 +00:00
..
2002-10-21 22:27:36 +00:00
2002-10-18 21:41:41 +00:00
2002-10-31 23:03:09 +00:00
2002-10-31 12:14:05 +00:00