[Issue 3929] Interactions between LRU array cache, memory recycling
d-bugmail at puremagic.com
d-bugmail at puremagic.com
Mon Jan 10 07:01:37 PST 2011
http://d.puremagic.com/issues/show_bug.cgi?id=3929
Steven Schveighoffer <schveiguy at yahoo.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #9 from Steven Schveighoffer <schveiguy at yahoo.com> 2011-01-10 06:59:47 PST ---
Fixed in http://www.dsource.org/projects/druntime/changeset/496
Note that only destroying an array via delete arr will clear from the cache.
Freeing using GC.free does not remove the data from the cache.
If it becomes necessary to use GC.free to free an array because delete is
deprecated, then we can revisit this problem.
--
Configure issuemail: http://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
More information about the Digitalmars-d-bugs
mailing list