[Issue 13801] Garbage collector fails to work after lots of small allocations

2023-06-22 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 Vladimir Panteleev changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 13801] Garbage collector fails to work after lots of small allocations

2022-12-17 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 Iain Buclaw changed: What|Removed |Added Priority|P1 |P2 --

[Issue 13801] Garbage collector fails to work after lots of small allocations

2017-10-05 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 calex changed: What|Removed |Added CC||calex+bugzilla-mail@aristow |

[Issue 13801] Garbage collector fails to work after lots of small allocations

2014-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 Rainer Schuetze changed: What|Removed |Added CC||r.sagita...@gmx.de --- Comment #5 from Rai

[Issue 13801] Garbage collector fails to work after lots of small allocations

2014-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 --- Comment #4 from Ben Grabham --- The initial test was on: DMD64 D Compiler v2.066.1 I just tested it on (dmd master): DMD v2.067-devel-8ff302a DEBUG It takes up insane amounts of memory on both. (only tested on mac) --

[Issue 13801] Garbage collector fails to work after lots of small allocations

2014-12-07 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 Marc Schütz changed: What|Removed |Added CC||schue...@gmx.net --- Comment #3 from Marc Schü

[Issue 13801] Garbage collector fails to work after lots of small allocations

2014-11-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 --- Comment #2 from Ben Grabham --- If you take out iota as well, it works again. If you add a sleep into the while, the memory increases more gradually. --

[Issue 13801] Garbage collector fails to work after lots of small allocations

2014-11-30 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=13801 --- Comment #1 from Ben Grabham --- Also, adding GC.collect() and GC.minimize() explicitly did nothing as well. --