ladybird/Kernel/Heap
Andreas Kling b1058b33fb AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*)
Use this instead of uintptr_t throughout the codebase. This makes it
possible to pass a FlatPtr to something that has u32 and u64 overloads.
2020-03-08 13:06:51 +01:00
..
kmalloc.cpp AK: Add global FlatPtr typedef. It's u32 or u64, based on sizeof(void*) 2020-03-08 13:06:51 +01:00
kmalloc.h Kernel: Add crash logging heuristic for uninitialized kmalloc()/kfree() 2020-02-01 10:56:17 +01:00
SlabAllocator.cpp Kernel: Sanitize memory coming in/out of the slab allocator 2020-02-26 15:25:53 +01:00
SlabAllocator.h Kernel: Move all code into the Kernel namespace 2020-02-16 01:27:42 +01:00