summaryrefslogtreecommitdiff
path: root/src/kernel/mem/heap.std.c
Commit message (Expand)AuthorAgeFilesLines
* Now using Doug Lea's malloc in kernel land. Next: same in userland.Alex AUVOLAT2012-05-011-243/+0
* Some cleanup ; relocated the kernel at 0xC0000000Alex AUVOLAT2012-05-011-2/+4
* New heap, simple and bug-free, but inefficient.katchup2010-12-121-0/+241