summaryrefslogtreecommitdiff
path: root/Userland/allocate.cpp
AgeCommit message (Expand)Author
2020-08-12Userland: Mark compilation-unit-only functions as staticBen Wiederhake
2020-07-26AK: Implement Span which represents a contiguous sequence of objects.asynts
2020-06-12AK: Make string-to-number conversion helpers return OptionalAndreas Kling
2020-03-08Userspace: Add missing #includes now that AK/StdLibExtras.h is smallerAndreas Kling
2020-02-06LibCore: Remove leading C from filenamesAndreas Kling
2020-02-02LibCore: Put all classes in the Core namespace and remove the leading CAndreas Kling
2020-01-18Meta: Add license header to source filesAndreas Kling
2019-09-06AK: Rename <AK/AKString.h> to <AK/String.h>Andreas Kling
2019-06-22Userland: Fix more compiler warnings.Andreas Kling
2019-06-12Userland: Add test program for stressing memory allocationConrad Pankoff