summaryrefslogtreecommitdiffstats
path: root/src/include/heap.h
Commit message (Collapse)AuthorAgeFilesLines
* Tear out old heap code, replace with code that simply allocates memoryMichael Brown2006-05-161-92/+0Star
| | | | | | | | | for use by malloc(). This breaks the image-loading code (which previously used the heap to allocate the buffer for downloading the image), but that's not a major concern since I'm going to tear out all the image formats within the next couple of days anyway. Byebye, NBI! :)
* Use shared symbols for heap_ptr and heap_endMichael Brown2005-05-171-0/+9
|
* Add realloc, since the load buffer code requires it.Michael Brown2005-05-131-14/+15
|
* Added old allot/forget calls for backwards compatibility.Michael Brown2005-05-121-0/+20
|
* Merged the unaligned and aligned heap APIs and simplified the code.Michael Brown2005-05-121-0/+62