summaryrefslogtreecommitdiff
path: root/src/kernel/mem/heap.c
Commit message (Collapse)AuthorAgeFilesLines
* New heap, simple and bug-free, but inefficient.katchup2010-12-121-237/+8
|
* Each thread has its own stack. Added simple unit tests for kmalloc,kfreeAlexis2112010-09-101-8/+18
| | | | Found a bug in heap_contract (not sure) but didn't fix it.
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-0/+7
|
* ReorganisationAlexis2112010-02-061-0/+224