index
:
camellia
main
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
kernel
/
malloc.c
Age
Commit message (
Expand
)
Author
2024-08-17
*: getxattr
dzwdz
2024-07-25
kernel: pass more information to user on interrupt
dzwdz
2024-07-17
kernel: actually store the tag (and size) in the kmalloc metadata
dzwdz
2024-07-17
kernel: make kmalloc accept a numeric "tag" instead of a freeform description
dzwdz
2024-07-16
kernel: use a slab allocator for kmalloc
dzwdz
2024-07-15
kernel: free list page allocator
dzwdz
2024-07-15
kernel: split the page allocator and kmalloc
dzwdz
2024-07-15
kernel: minor malloc tweaks before refactor
dzwdz
2024-07-14
kernel/malloc: clean up the code a little bit
dzwdz
2024-07-13
kernel/malloc: limit the maximum allocation size to under a page
dzwdz
2024-03-13
kernel/malloc: slight rework (it's still bad), store more metadata
dzwdz
2023-09-07
kernel: slightly refactor the page allocator
dzwdz
2023-09-06
kernel: fix panic with large initrd
dzwdz
2023-02-22
kernel/malloc: fill allocated and freed regions with junk
dzwdz
2023-01-25
kernel: move /mem/alloc to /malloc and linker.ld to arch/amd64/
dzwdz