mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-13 00:34:11 +00:00
Extra bloaty junk to modernise stuff a bit.
https://fte.triptohell.info/moodles/qss/
6d060b864e
Some measurements on the size of the sv.edicts hunk allocation, with this change, on various mods (it depends on the number of QC entity fields): id1 7MB, quoth 11 MB, arcadim 21 MB, rrp 9MB, ne_ruins 16MB. Since this is a Hunk_Alloc, the whole 10-20MB is cleared to zero which will allocate that much physical ram. We could probably change it to a malloc later, and not clear the memory, so physical ram is only allocated when the memory is cleared in ED_Alloc. git-svn-id: svn+ssh://svn.code.sf.net/p/quakespasm/code/trunk@1278 af15c1b1-3010-417e-b628-4374ebc0bcbd |
||
---|---|---|
quakespasm |