index
:
serenity
master
topic/trivial_docs
The Serenity Operating System 🐞
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Userland
/
DevTools
/
UserspaceEmulator
/
MallocTracer.cpp
Age
Commit message (
Expand
)
Author
2021-06-24
Userland: Replace VERIFY(is<T>) with verify_cast<T>
Andreas Kling
2021-05-23
LibC+UE: Keep more unused chunked blocks around
Gunnar Beutner
2021-05-18
Revert "LibC: Simplify malloc size classes"
Andreas Kling
2021-05-18
LibC: Simplify malloc size classes
Lenny Maiorani
2021-05-01
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
Gunnar Beutner
2021-04-22
Everything: Move to SPDX license identifiers in all files.
Brian Gianforcaro
2021-04-12
UserspaceEmulator: Improve detection of memory leaks
Tobias Christiansen
2021-03-12
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
Andreas Kling
2021-03-10
UserspaceEmulator: Remove debug spam about tracked malloc blocks
Andreas Kling
2021-03-09
UserspaceEmulator: Don't set the MmapRegion malloc-block bit too early
Andreas Kling
2021-03-09
UserspaceEmulator: Don't assume entire malloc block is chunked
Andreas Kling
2021-03-09
UserspaceEmulator: Don't audit accesses in calloc() and libsystem.so
Andreas Kling
2021-03-09
UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bit
Andreas Kling
2021-03-09
UserspaceEmulator: Defer marking MmapRegion as malloc block
Andreas Kling
2021-03-09
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
Andreas Kling
2021-02-23
Everywhere: Rename ASSERT => VERIFY
Andreas Kling
2021-01-25
Everywhere: Hook up remaining debug macros to Debug.h.
asynts
2021-01-25
Everywhere: Remove unnecessary debug comments.
asynts
2021-01-12
DevTools: Move to Userland/DevTools/
Andreas Kling