summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibJS/Heap/CellAllocator.h
AgeCommit message (Expand)Author
2022-01-28Userland: Remove a bunch of unnecessary Vector importskleines Filmröllchen
2021-09-16LibJS: Use default instead of an empty constructor/destructorBrian Gianforcaro
2021-09-10AK+Everywhere: Reduce the number of template parameters of IntrusiveListAli Mohammad Pur
2021-09-05LibJS: Declare type aliases with "using" instead of "typedef"Brian Gianforcaro
2021-05-27LibJS: Rename Allocator => CellAllocatorAndreas Kling