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
2021-08-06
Kernel: Move Kernel/Memory/ code into Kernel::Memory namespace
Andreas Kling
2021-08-06
Kernel: Rename Kernel/VM/ to Kernel/Memory/
Andreas Kling
2021-07-11
Kernel: Remove unused header includes in Heap subtree
Brian Gianforcaro
2021-06-26
Kernel: Add slab allocator for 256 bytes
Gunnar Beutner
2021-06-24
Kernel: Move special sections into Sections.h
Hendiadyoin1
2021-06-16
Kernel: Remove various other uses of ssize_t
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-25
Kernel: Take some baby steps towards x86_64
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-02-19
Kernel: Slap UNMAP_AFTER_INIT on a whole bunch of functions
Andreas Kling
2021-01-04
Kernel: Specify default memory order for some non-synchronizing Atomics
Tom
2021-01-01
Kernel: Memory purging improvements
Tom
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