[Issue 15481] GC profiler thinks reducing array.length triggers reallocation

2022-10-28 Thread d-bugmail--- via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15481 RazvanN changed: What|Removed |Added Status|NEW |RESOLVED CC|

[Issue 15481] GC profiler thinks reducing array.length triggers reallocation

2017-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15481 Leandro Lucarella changed: What|Removed |Added See Also|

[Issue 15481] GC profiler thinks reducing array.length triggers reallocation

2017-04-20 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15481 Leandro Lucarella changed: What|Removed |Added CC|

[Issue 15481] GC profiler thinks reducing array.length triggers reallocation

2015-12-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15481 ag0ae...@gmail.com changed: What|Removed |Added CC||ag0ae...@gmail.com

[Issue 15481] GC profiler thinks reducing array.length triggers reallocation

2015-12-28 Thread via Digitalmars-d-bugs
https://issues.dlang.org/show_bug.cgi?id=15481 --- Comment #2 from Valentin Milea --- Maybe the reallocation function is called and returns the same buffer. But why call it in the first place, if reducing array length is supposed to be _equivalent_ to slicing? --