summaryrefslogtreecommitdiffstats
path: root/src/core/heap.c
Commit message (Expand)AuthorAgeFilesLines
* Tear out old heap code, replace with code that simply allocates memoryMichael Brown2006-05-161-196/+15Star
* Move init.h to gpxe/init.h.Michael Brown2006-04-301-1/+1
* Assertions are now handled via the POSIX-like <assert.h>.Michael Brown2006-03-231-5/+6
* Use shared symbols for heap_ptr and heap_endMichael Brown2005-05-171-1/+1
* Add realloc, since the load buffer code requires it.Michael Brown2005-05-131-10/+69
* Added debuggingMichael Brown2005-05-131-0/+11
* Tidied up init_heap()Michael Brown2005-05-131-74/+61Star
* Added ASSERT() macroMichael Brown2005-05-131-4/+2Star
* Merged the unaligned and aligned heap APIs and simplified the code.Michael Brown2005-05-121-81/+54Star
* Merged mcb30-realmode-redesign back to HEADMichael Brown2005-04-081-1/+12
* Initial revisionMichael Brown2005-03-081-0/+168