Add memory allocation cleanup to loadable objects.
authorPaul Smith <psmith@gnu.org>
Sat, 4 May 2013 21:38:53 +0000 (17:38 -0400)
committerPaul Smith <psmith@gnu.org>
Sat, 4 May 2013 21:38:53 +0000 (17:38 -0400)
commit3484c9675a8a09904e08e00bf6842d834cd0201d
treeac9c0c1179e567213ed25f3161b64fc0254e24c7
parenta0c5d0c63f6801ca16865d04faa223cea440d2c0
Add memory allocation cleanup to loadable objects.

Add gmk_alloc() and gmk_free() functions so loadable objects can access our
memory model.  Also provide a more extensive example in the manual.
ChangeLog
doc/make.texi
gnumake.h
loadapi.c
makeint.h
tests/ChangeLog
tests/scripts/features/loadapi