summaryrefslogtreecommitdiff
path: root/src/kernel/mem/heap.c
Commit message (Expand)AuthorAgeFilesLines
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-12/+0
* 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
* Added a lot of comments in kernel code. A bit of cleaning too.Alexis2112010-08-101-0/+7
* ReorganisationAlexis2112010-02-061-0/+224