ladybird/DevTools/UserspaceEmulator
Andreas Kling c4dd77a170 UserspaceEmulator+LibC: Have UE notice realloc() and update accounting
When a mallocation is shrunk/grown without moving, UE needs to update
its precise metadata about the mallocation, since it tracks *exactly*
how many bytes were allocated, not just the malloc chunk size.
2020-11-08 10:43:15 +01:00
..
CMakeLists.txt
Emulator.cpp
Emulator.h
main.cpp
MallocTracer.cpp UserspaceEmulator+LibC: Have UE notice realloc() and update accounting 2020-11-08 10:43:15 +01:00
MallocTracer.h UserspaceEmulator+LibC: Have UE notice realloc() and update accounting 2020-11-08 10:43:15 +01:00
MmapRegion.cpp
MmapRegion.h
Report.h
SharedBufferRegion.cpp
SharedBufferRegion.h
SimpleRegion.cpp
SimpleRegion.h
SoftCPU.cpp UserspaceEmulator+LibC: Have UE notice realloc() and update accounting 2020-11-08 10:43:15 +01:00
SoftCPU.h
SoftMMU.cpp
SoftMMU.h
ValueWithShadow.h