[Scummvm-devel] TOON memory usage
Torbjörn Andersson
eriktorbjorn at telia.com
Thu Jul 21 08:52:50 CEST 2011
On 2011-07-21 00:29, D G Turner wrote:
> I have done a basic check on Toon and it seems fine, but I'll need to
> play through the entire game to ensure it is still completable.
If you do, it would be interesting if you could track how much of the
path finding heap it really uses. I did some limited testing, and never
saw it use even a thousand elements. Even with this reduced size it
still allocates space for about 500,000 elements as I understand it.
One idea would be to allow it to grow dynamically, perhaps by using
Common::Array instead.
Torbjörn Andersson
More information about the Scummvm-devel
mailing list