| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Tear out old heap code, replace with code that simply allocates memory | Michael Brown | 2006-05-16 | 1 | -92/+0![]() |
| | | | | | | | | | | 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_end | Michael Brown | 2005-05-17 | 1 | -0/+9 |
| | | |||||
| * | Add realloc, since the load buffer code requires it. | Michael Brown | 2005-05-13 | 1 | -14/+15 |
| | | |||||
| * | Added old allot/forget calls for backwards compatibility. | Michael Brown | 2005-05-12 | 1 | -0/+20 |
| | | |||||
| * | Merged the unaligned and aligned heap APIs and simplified the code. | Michael Brown | 2005-05-12 | 1 | -0/+62 |

