1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-20 06:41:01 +00:00
serenity/DevTools
Andreas Kling f41b9946e2 UserspaceEmulator: Hang malloc metadata on malloc block MmapRegions
Instead of tracking known malloc blocks in a separate hash table,
add an optional malloc metadata pointer to MmapRegion.

This makes finding the malloc metadata for a given pointer extremely
fast since it can piggyback on the page table array. :^)
2020-11-16 09:33:30 +01:00
..
HackStudio HackStudio: Use GUI::FileIconProvider::icon_for_path() for Locator icons 2020-11-14 10:11:26 +01:00
Inspector Use new format functions in remaining DevTools. (#3755) 2020-10-13 18:34:27 +02:00
IPCCompiler Everywhere: Add missing <AK/ByteBuffer.h> includes 2020-11-15 13:11:21 +01:00
Profiler Profiler: Set window title based on the selected View 2020-10-31 13:38:51 +01:00
UserspaceEmulator UserspaceEmulator: Hang malloc metadata on malloc block MmapRegions 2020-11-16 09:33:30 +01:00
CMakeLists.txt DevTools: Remove VisualBuilder and FormCompiler 2020-10-01 21:07:12 +02:00