This website requires JavaScript.
Explore
Help
Sign In
fergalmoran
/
ladybird
Watch
1
Star
0
Fork
0
You've already forked ladybird
mirror of
https://github.com/fergalmoran/ladybird.git
synced
2026-03-06 13:35:03 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
96fb3d4a11ea161af4e56dcf371b3f75626b49ea
ladybird
/
Kernel
/
Heap
History
Andreas Kling
40f2abf7c3
Kernel: Allow kmalloc_aligned() alignment up to 4096
...
This allows us to get kmalloc() memory aligned to the VM page size.
2021-03-11 14:21:49 +01:00
..
Heap.h
Kernel: Use BitmapView instead of Bitmap::wrap()
2021-03-04 11:25:45 +01:00
kmalloc.cpp
Kernel: Remove some unused things in kmalloc.cpp
2021-03-09 22:10:41 +01:00
kmalloc.h
Kernel: Allow kmalloc_aligned() alignment up to 4096
2021-03-11 14:21:49 +01:00
SlabAllocator.cpp
Kernel: Use default con/de-structors
2021-02-28 18:09:12 +01:00
SlabAllocator.h
Kernel: Move all code into the Kernel namespace
2020-02-16 01:27:42 +01:00