Rework malloc to use a "first fit" algorithm.
[seabios.git] / src / memmap.h
index 68eb6ac51b941cd841f17a3c794443320483d49a..d4154c1a7d15e9f66c321c679693148767469e5f 100644 (file)
@@ -19,7 +19,6 @@ struct e820entry {
 void add_e820(u64 start, u64 size, u32 type);
 void memmap_setup(void);
 void memmap_finalize(void);
-struct e820entry *find_high_area(u32 size);
 
 // A typical OS page size
 #define PAGE_SIZE 4096