1
0
mirror of https://github.com/cc65/cc65.git synced 2025-01-10 19:29:45 +00:00
Oliver Schmidt d001a6f1a0 Have _heapmaxavail() work as advertised.
The cc65 doc explicitly states that the return value of _heapmaxavail() can be used as parameter of malloc(). To actually allow for that the size of HEAP_ADMIN_SPACE has to be substracted from the raw size of the largest free heap block.
2014-02-20 21:04:11 +01:00
..
2011-04-25 18:49:24 +00:00
2010-06-03 21:29:28 +00:00
2010-06-03 21:31:06 +00:00
2013-08-28 02:58:41 -04:00
2013-09-12 12:38:20 +02:00
2013-08-28 02:58:41 -04:00
2013-10-02 20:55:01 +01:00