summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibC/malloc.cpp
AgeCommit message (Expand)Author
2021-05-23LibC+UE: Keep more unused chunked blocks aroundGunnar Beutner
2021-05-22Userland: Rename LibThread => LibThreadingAndreas Kling
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-15AK+LibC: Implement malloc_good_size() and use it for Vector/HashTableGunnar Beutner
2021-05-14LibC: Do not include errno.h inside unistd.hJean-Baptiste Boric
2021-05-10LibThread: Remove LOCKER() macro, as it adds no valueBrian Gianforcaro
2021-05-06LibC: Make malloc(0) return a non-null pointerGunnar Beutner
2021-05-06LibC: Lazily initialize malloc chunksGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-03-09LibC: Don't scrub memory in malloc/free when running in UEAndreas Kling
2021-02-24LibC: Avoid double memory clearing in calloc()Andreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-02-17LibC: Convert dbgprintf() => dbgln()Andreas Kling
2021-01-31LibC: Don't honor LIBC_* malloc debugging flags in AT_SECURE contextAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12Libraries: Move to Userland/Libraries/Andreas Kling