index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
Libraries
/
LibC
/
mallocdefs.h
Age
Commit message (
Expand
)
Author
2022-03-02
LibC: Increase alignment for malloc() BigAllocationBlocks to 16 bytes
Peter Ross
2022-03-02
LibC: Replace [[gnu::aligned(16)]] with C++ standard alignas(16)
Peter Ross
2022-01-11
AK+LibC+LibPthread: Introduce NoAllocationGuard
kleines Filmröllchen
2021-09-10
AK+Everywhere: Reduce the number of template parameters of IntrusiveList
Ali Mohammad Pur
2021-07-13
LibC: Increase minimum alignment for malloc() to 16 bytes
Gunnar Beutner
2021-06-12
LibC: Expose PAGE_ROUND_UP in mallocdefs.h
Sahan Fernando
2021-06-03
LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedList
Brian Gianforcaro
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-06
LibC: Lazily initialize malloc chunks
Gunnar Beutner
2021-04-28
LibC: static_assert that all malloc size classes have an alignment of 8
Idan Horowitz
2021-04-28
LibC: Make sure malloc() returns addresses that have an alignment of 8
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-01-12
Libraries: Move to Userland/Libraries/
Andreas Kling