summaryrefslogtreecommitdiff
path: root/AK/kmalloc.cpp
AgeCommit message (Expand)Author
2022-04-01Everywhere: Run clang-formatIdan Horowitz
2021-07-05AK: Declare operators `new` and `delete` as global functionsDaniel Bertalan
2019-04-20LibC: Get rid of the now-unneeded AK/kmalloc.cppAndreas Kling
2019-04-20Get rid of SERENITY macro since the compiler already defines __serenity__Andreas Kling
2019-04-03AK: Clean up some of the confusion that is AK/kmalloc.{cpp,h}Andreas Kling
2019-03-27LibC: Run constructors on process startup.Andreas Kling
2019-01-31Big, possibly complete sweep of naming changes.Andreas Kling
2018-11-09Build LibC and Userland with clang as well.Andreas Kling
2018-10-31Add a kmalloc_eternal() for things that will never be destroyed.Andreas Kling
2018-10-25ELFLoader should fail with an error message for unresolved symbols.Andreas Kling
2018-10-17Integrate ext2 from VFS into Kernel.Andreas Kling
2018-10-16Start fixing up AK to work inside the kernel.Andreas Kling
2018-10-10Run without SimpleMalloc locally for now.Andreas Kling
2018-10-10Import all this stuff into a single repo called Serenity.Andreas Kling