1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2026-01-19 22:21:00 +00:00
serenity/Userland/DevTools
Andreas Kling 89483a9408 UserspaceEmulator: Implement a proper VM allocator
This patch brings Kernel::RangeAllocator to UserspaceEmulator in a
slightly simplified form.

It supports the basic three allocation types needed by virt$mmap():
allocate_anywhere, allocate_specific, and allocate_randomized.

Porting virt$mmap() and virt$munmap() to use the allocator makes
UE work correctly once again. :^)
2021-02-06 23:15:44 +01:00
..
HackStudio TextEditor: Implement word wrapping 2021-02-03 10:33:23 +01:00
Inspector Inspector: Exit if inspected process has not pledged accept 2021-01-31 09:08:51 +01:00
IPCCompiler Everywhere: Hook up remaining debug macros to Debug.h. 2021-01-25 09:47:36 +01:00
Playground Everywhere: Drop "shared_buffer" in most GUI programs, pledge "recvfd" 2021-01-16 19:30:32 +01:00
Profiler Profiler: Display timing information in ProfileTimelineWidget 2021-02-06 08:55:34 +01:00
UserspaceEmulator UserspaceEmulator: Implement a proper VM allocator 2021-02-06 23:15:44 +01:00
CMakeLists.txt DevTools: Move to Userland/DevTools/ 2021-01-12 12:18:55 +01:00