mirror of
https://github.com/ipxe/ipxe
synced 2025-12-28 02:28:57 +03:00
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:
@@ -1,4 +1,4 @@
|
||||
#include <malloc.h>
|
||||
#include <gpxe/malloc.h>
|
||||
#include <gpxe/heap.h>
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user