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