summaryrefslogtreecommitdiff
path: root/Userland/DevTools/UserspaceEmulator/MallocTracer.h
AgeCommit message (Expand)Author
2021-05-23LibC+UE: Keep more unused chunked blocks aroundGunnar 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-09UserspaceEmulator: Don't assume entire malloc block is chunkedAndreas Kling
2021-03-09UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bitAndreas Kling
2021-03-09UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UEAndreas Kling
2021-02-23Everywhere: Rename ASSERT => VERIFYAndreas Kling
2021-01-12DevTools: Move to Userland/DevTools/Andreas Kling