gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] [bug #28009] Potlatch photos make gnash eat all memory


From: Sandro Santilli
Subject: [Gnash-commit] [bug #28009] Potlatch photos make gnash eat all memory
Date: Thu, 24 May 2012 12:15:25 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20100101 Firefox/12.0

Follow-up Comment #25, bug #28009 (project gnash):

Just a pointer about how to trigger GC run: set_new_handler can be called
(standard C++ interface) to install a function that would be called on
out-of-memory condition. The function would run the GC and give 'new' another
chance of succeeding:

http://stackoverflow.com/questions/5548639/what-can-new-handler-be-used-for-in-c-besides-garbage-collection

Such behavior won't fix memory fragmentation, but it is something to look at.

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?28009>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]