Move include/malloc.h to include/gpxe/malloc.h, since everything in there

is now gPXE-specific.  (The standard malloc() et al have been in stdlib.h
for a while).

Add free memory counter.
This commit is contained in:
Michael Brown
2007-01-18 20:11:04 +00:00
parent 5ff23aa406
commit 6d4e37cf42
4 changed files with 19 additions and 8 deletions

View File

@@ -1,4 +1,4 @@
#include <malloc.h>
#include <gpxe/malloc.h>
#include <gpxe/heap.h>
/**