summaryrefslogtreecommitdiff
path: root/DevTools/UserspaceEmulator/MallocTracer.h
AgeCommit message (Expand)Author
2020-07-16UserspaceEmulator: Capture backtraces of malloc/free eventsAndreas Kling
2020-07-16UserspaceEmulator: Implement very basic leak checking :^)Andreas Kling
2020-07-15UserspaceEmulator: Catch use-after-frees by tracking malloc/free :^)Andreas Kling