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
/
Heap.h
Age
Commit message (
Expand
)
Author
2021-07-11
Kernel: Remove krealloc()
Andreas Kling
2021-07-01
Kernel: Only deallocate memory when alloc succeeds
Hendiadyoin1
2021-06-28
Kernel: Add a sanity check for CHUNK_SIZE
Gunnar Beutner
2021-06-26
Kernel: Make addresses returned by kmalloc() properly aligned for x86_64
Gunnar Beutner
2021-05-29
Kernel: Don't overrun the buffer in krealloc()
Gunnar Beutner
2021-05-18
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-05-17
Revert "BitmapView: Disable mutations of the underlying Bitmap"
Andreas Kling
2021-05-17
BitmapView: Disable mutations of the underlying Bitmap
Lenny Maiorani
2021-04-29
Everywhere: Use "the SerenityOS developers." in copyright headers
Linus Groh
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-09
Kernel: Do some basic metadata integrity verification in kmalloc/kfree
Andreas Kling
2021-04-09
Kernel: Add some basic double-kfree() detection
Andreas Kling
2021-03-04
Kernel: Use BitmapView instead of Bitmap::wrap()
Andreas Kling
2021-02-28
Kernel: Use default con/de-structors
Ben Wiederhake
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2020-12-26
Kernel: Remove subheap from list before removing memory
Tom
2020-09-09
Kernel: Fix heap expansion loop
Tom
2020-09-02
Kernel: Prevent recursive expansion or removing memory while expanding it
Tom
2020-08-30
Kernel: Make Heap implementation reusable, and make kmalloc expandable
Tom