[Scummvm-tracker] [ScummVM :: Bugs] #15495: SCUMM: Reduce maximum heap on platforms with limited memory.
ScummVM :: Bugs
trac at scummvm.org
Sat Nov 16 13:54:22 UTC 2024
#15495: SCUMM: Reduce maximum heap on platforms with limited memory.
------------------------+----------------------------
Reporter: ccawley2011 | Owner: (none)
Type: defect | Status: new
Priority: high | Component: Engine: SCUMM
Version: | Resolution:
Keywords: | Game:
------------------------+----------------------------
Comment (by AndywinXp):
Thank you. As it stands this doesn't really look like a bug, from disasm I
can see that Full Throttle *really* needs as much as 8 MB of heap.
The way it's done is that it attempts to allocate 8 MB (minus 5 kb) via a
sequence of malloc and dealloc operations, to check that the program can
actually allocate that much. If it succeeds it keeps and uses that much
memory. I'm amazed that it actually managed to work with 2.5 MB, if
anything.
--
Ticket URL: <https://bugs.scummvm.org/ticket/15495#comment:1>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list