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-15 01:46:24 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
cb71a7370836c3b70038e2f718ee87f6fc286229
ladybird
/
Kernel
/
Heap
History
Brian Gianforcaro
472454cded
Kernel: Switch static_asserts of a type size to AK::AssertSize
...
This will provide better debug ability when the size comparison fails.
2021-09-05 20:08:57 +02:00
..
Heap.h
Kernel: Declare type aliases with "using" instead of "typedef"
2021-09-05 09:48:43 +01:00
kmalloc.cpp
Kernel: Declare type aliases with "using" instead of "typedef"
2021-09-05 09:48:43 +01:00
kmalloc.h
Kernel: Allow
kfree_aligned
to be called on null pointers
2021-08-13 22:02:23 +02:00
SlabAllocator.cpp
Kernel: Switch static_asserts of a type size to AK::AssertSize
2021-09-05 20:08:57 +02:00
SlabAllocator.h
Kernel: Allow passing null pointer to delete
2021-07-14 13:12:25 +02:00