]> git.sur5r.net Git - cc65/commit
Move _heap.h to the compiler include dir.
authorcuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 1 Feb 2003 12:22:09 +0000 (12:22 +0000)
committercuz <cuz@b7a2c559-68d2-44c3-8de9-860c34a00d81>
Sat, 1 Feb 2003 12:22:09 +0000 (12:22 +0000)
commit581c12ce40334b5a138260a033e770389bbb27fc
treeed2059e4ca8c29c3df1b2f633052426ea5632a58
parent8012074ea0875cf15de6c9f4441a8bb185b71336
Move _heap.h to the compiler include dir.
Create heap.inc and use that from the assembler code.
Rename heap related _h... variables to _heap...
Add _heapmaxavail and _heapmemavail functions.

git-svn-id: svn://svn.cc65.org/cc65/trunk@1912 b7a2c559-68d2-44c3-8de9-860c34a00d81
12 files changed:
asminc/_heap.inc [new file with mode: 0644]
include/_heap.h [new file with mode: 0644]
include/stdlib.h
libsrc/common/Makefile
libsrc/common/_heap.h [deleted file]
libsrc/common/_heap.s
libsrc/common/_heapadd.s
libsrc/common/_heapmaxavail.s [new file with mode: 0644]
libsrc/common/_heapmemavail.s [new file with mode: 0644]
libsrc/common/free.s
libsrc/common/malloc.s
libsrc/common/realloc.c