Daniel Bertalan
|
87ef2718bc
UserspaceEmulator+LibC: Use sys$emuctl() to disable auditing in malloc
|
4 years ago |
Tobias Christiansen
|
2a77abf85e
Everywhere: Use tobyase@serenityos.org for my copyright headers
|
4 years ago |
Andreas Kling
|
e59bf87374
Userland: Replace VERIFY(is<T>) with verify_cast<T>
|
4 years ago |
Gunnar Beutner
|
39f0739381
LibC+UE: Keep more unused chunked blocks around
|
4 years ago |
Andreas Kling
|
7957f13e98
Revert "LibC: Simplify malloc size classes"
|
4 years ago |
Lenny Maiorani
|
f91bcb8895
LibC: Simplify malloc size classes
|
4 years ago |
Gunnar Beutner
|
6cf59b6ae9
Everywhere: Turn #if *_DEBUG into dbgln_if/if constexpr
|
4 years ago |
Brian Gianforcaro
|
1682f0b760
Everything: Move to SPDX license identifiers in all files.
|
4 years ago |
Tobias Christiansen
|
c4a9f0db82
UserspaceEmulator: Improve detection of memory leaks
|
4 years ago |
Andreas Kling
|
ef1e5db1d0
Everywhere: Remove klog(), dbg() and purge all LogStream usage :^)
|
4 years ago |
Andreas Kling
|
ced8dfa037
UserspaceEmulator: Remove debug spam about tracked malloc blocks
|
4 years ago |
Andreas Kling
|
57142a29a0
UserspaceEmulator: Don't set the MmapRegion malloc-block bit too early
|
4 years ago |
Andreas Kling
|
1381720d1d
UserspaceEmulator: Don't assume entire malloc block is chunked
|
4 years ago |
Andreas Kling
|
38fc522f5d
UserspaceEmulator: Don't audit accesses in calloc() and libsystem.so
|
4 years ago |
Andreas Kling
|
a457b90733
UserspaceEmulator: Tidy up the MallocRegionMetadata construction a bit
|
4 years ago |
Andreas Kling
|
915e8dbe71
UserspaceEmulator: Defer marking MmapRegion as malloc block
|
4 years ago |
Andreas Kling
|
9588f01739
UserspaceEmulator+LibC: Use sys$emuctl() to pass malloc info to UE
|
4 years ago |
Andreas Kling
|
5d180d1f99
Everywhere: Rename ASSERT => VERIFY
|
4 years ago |
asynts
|
eea72b9b5c
Everywhere: Hook up remaining debug macros to Debug.h.
|
4 years ago |
asynts
|
acdcf59a33
Everywhere: Remove unnecessary debug comments.
|
4 years ago |
Andreas Kling
|
4055b03291
DevTools: Move to Userland/DevTools/
|
4 years ago |