index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Kernel
/
Heap
/
SlabAllocator.cpp
Age
Commit message (
Expand
)
Author
2020-09-25
Meta+Kernel: Make clang-format-10 clean
Ben Wiederhake
2020-08-25
Kernel: Optimize SlabAllocator to be lock-free
Tom
2020-08-16
AK: Rename KB, MB, GB to KiB, MiB, GiB
Nico Weber
2020-08-10
Kernel: Include the 128 byte slab allocator in for_each_allocator
Tom
2020-08-10
Kernel: Invoke heap constructors separately early on
Tom
2020-07-06
Kernel: Add a SpinLock to the WaitQueue
Tom
2020-07-01
Kernel: Serialize debug output
Tom
2020-03-08
Kernel: Add missing #includes now that <AK/StdLibExtras.h> is smaller
Andreas Kling
2020-02-26
Kernel: Sanitize memory coming in/out of the slab allocator
Andreas Kling
2020-02-22
Kernel: Tweak SlabAllocator's slab sizes
Andreas Kling
2020-02-16
Kernel: Move all code into the Kernel namespace
Andreas Kling
2020-02-01
Kernel: Add memory scrubbing in slab_alloc() and slab_dealloc()
Andreas Kling
2020-01-18
Meta: Add license header to source files
Andreas Kling
2019-11-15
Kernel: Unbreak SlabAllocator after startup-time constructors
Andreas Kling
2019-10-10
Kernel: Make SlabAllocator fall back to kmalloc() when slabs run out
Andreas Kling
2019-10-02
Kernel: Allocate more 8-byte slabs than anything else
Andreas Kling
2019-09-27
Kernel: Tweak SlabAllocator size classes
Andreas Kling
2019-09-16
Kernel: Add a simple slab allocator for small allocations
Andreas Kling