summaryrefslogtreecommitdiff
path: root/userland/libc/malloc/malloc.c
AgeCommit message (Expand)Author
2024-12-31libc: Change names for head/final in mallocAnton Kling
2024-10-03libc: small changesAnton Kling
2024-07-08LibC: Optimize mallocAnton Kling
2024-04-18LibC: Fix compiler warningsAnton Kling
2024-04-12Kernel/MMU: Dellocate pagedirectory when process exits.Anton Kling
2024-04-11bug fixesAnton Kling
2024-03-21libc: fix malloc implementationAnton Kling
2023-11-24LibC: Fill new allocations with random data and fix a bugAnton Kling
2023-11-23LibC: Reduce warnings in codeAnton Kling
2023-10-30LibC: Don't fail if a free() is done that the wrong address location.Anton Kling
2023-10-22Move everything into a new repo.Anton Kling