Age | Commit message (Expand) | Author |
---|---|---|
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 |