summaryrefslogtreecommitdiff
path: root/src/kernel/mem/alloc.c
AgeCommit message (Expand)Author
2022-07-20user/elf: free memory not belonging to the elf when jumping to itdzwdz
2022-07-16amd64: just enough paging support to map initdzwdz
2022-05-05kernel: each driver registers its own mountsdzwdz
2022-05-04kernel: refcount vfs_backenddzwdz
2022-05-03kernel/alloc: expose kmalloc_sanitydzwdz
2022-05-03kernel/alloc: print who allocated unfreed memory on shutdowndzwdz
2022-05-03kernel/alloc: display details about all the unfreed memory on shutdowndzwdz
2022-05-03kernel/alloc: kfree() now actually frees memorydzwdz
2022-04-14kernel: port init's `printf` implementationdzwdz
2022-04-14kernel: basic page allocator, `process_free`dzwdz
2021-09-22kfree: detect double freesdzwdz
2021-09-22kfree: check for a magic value before freeing to detect invalid freesdzwdz
2021-09-19show the malloc balance on halt; remove a bad kfree() calldzwdz
2021-09-05move most of the memory stuff to kernel/mem/dzwdz