From: Leandro Lucarella Date: Wed, 15 Sep 2010 01:15:29 +0000 (-0300) Subject: Try to keep the memory usage low more aggressively X-Git-Url: https://git.llucax.com/software/dgc/cdgc.git/commitdiff_plain/fcae2848ff5191cadae251c0a1c5ce3ea66a02b8?ds=sidebyside;hp=fcae2848ff5191cadae251c0a1c5ce3ea66a02b8 Try to keep the memory usage low more aggressively Memory usage is minimize()d only when a big allocation is done. This could be problematic for applications that only perform small objects allocation, as their memory usage could grow a lot, specially if the eager allocation option is used. Trigger memory minimization even for small objects allocation to avoid that pathological case. ---