[Scummvm-tracker] [ScummVM :: Bugs] #13585: PLUGINS: ELF memory manager doesn't work with dynamic detection
ScummVM :: Bugs
trac at scummvm.org
Thu Jun 16 20:13:18 UTC 2022
#13585: PLUGINS: ELF memory manager doesn't work with dynamic detection
------------------------+--------------------
Reporter: ccawley2011 | Owner: (none)
Type: defect | Status: new
Priority: normal | Component: Ports
Version: | Keywords:
Game: |
------------------------+--------------------
The ELF loader provides a memory manager which measures the size of all
plugins and uses a heap that's the size of the largest one for loading
plugins in order to avoid memory fragmentation. When dynamic detection is
enabled, both the detection plugin and an engine plugin are expected to be
loaded at the same time, and it's likely that there won't be enough room
in the heap for both of them. Defining ELF_NO_MEM_MANAGER at compile time
works around this.
--
Ticket URL: <https://bugs.scummvm.org/ticket/13585>
ScummVM :: Bugs <https://bugs.scummvm.org>
ScummVM
More information about the Scummvm-tracker
mailing list