mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 03:47:35 +00:00
![]() We now take advantage of SharedBuffers being purgeable memory by setting the volatile flag on window back buffers while not painting into them. This means that one of the two backing stores used by each window is purgeable+volatile most of the time, allowing the kernel to purge it to recover memory if needed. Note that this is only relevant when double-buffering is turned on, but since that is the default, this does affect most apps. :^) |
||
---|---|---|
.. | ||
LibAudio | ||
LibC | ||
LibCore | ||
LibDraw | ||
LibELF | ||
LibGUI | ||
LibHTML | ||
LibIPC | ||
LibM | ||
LibMarkdown | ||
LibPCIDB | ||
LibProtocol | ||
LibPthread | ||
LibThread | ||
LibVT |