summaryrefslogtreecommitdiff
path: root/Source/Kernel/MemoryManager/Heap.class.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Heap included as well in userland libraryAlexis2112009-10-181-212/+0
|
* Melon now loads a simple ASM application out of the ramfsAlexis2112009-10-171-0/+1
| | | | The format is very simple, but an ELF loader is planned.
* Heap class now uses a MutexAlexis2112009-10-131-2/+18
|
* Heap is now in a separate class, Heap.Alexis2112009-10-131-0/+195