summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/MallocTracer.cpp
AgeCommit message (Expand)Author
2021-06-24Userland: Replace VERIFY(is<T>) with verify_cast<T>Andreas Kling
2021-05-23LibC+UE: Keep more unused chunked blocks aroundGunnar Beutner
2021-05-18Revert "LibC: Simplify malloc size classes"Andreas Kling
2021-05-18LibC: Simplify malloc size classesLenny Maiorani
2021-05-01Everywhere: Turn #if *_DEBUG into dbgln_if/if constexprGunnar Beutner
2021-04-22Everything: Move to SPDX license identifiers in all files.Brian Gianforcaro
2021-04-12UserspaceEmulator: Improve detection of memory leaksTobias Christiansen
2021-03-12Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)Andreas Kling
2021-03-10UserspaceEmulator: Remove debug spam about tracked malloc blocksAndreas Kling
2021-03-09UserspaceEmulator: Don't set the MmapRegion malloc-block bit too earlyAndreas Kling
2021-03-09UserspaceEmulator: Don't assume entire malloc block is chunkedAndreas Kling
2021-03-09UserspaceEmulator: Don't audit accesses in calloc() and libsystem.soAndreas Kling
2021-03-09UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bitAndreas Kling
2021-03-09UserspaceEmulator: Defer marking MmapRegion as malloc blockAndreas Kling
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-25Everywhere: Hook up remaining debug macros to Debug.h.asynts
2021-01-25Everywhere: Remove unnecessary debug comments.asynts
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling