summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/mallocdefs.h
AgeCommit message (Expand)Author
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-07-13LibC: Increase minimum alignment for malloc() to 16 bytesGunnar Beutner
2021-06-12LibC: Expose PAGE_ROUND_UP in mallocdefs.hSahan Fernando
2021-06-03LibC: Switch ChunkedBlock to IntrusiveList from InlineLinkedListBrian Gianforcaro
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-06LibC: Lazily initialize malloc chunksGunnar Beutner
2021-04-28LibC: static_assert that all malloc size classes have an alignment of 8Idan Horowitz
2021-04-28LibC: Make sure malloc() returns addresses that have an alignment of 8Gunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling