Garbage Collector profiling and the dynamic array reserve() function

Tony tonytdominguez at aol.com
Wed Oct 18 05:40:06 UTC 2017


On Tuesday, 17 October 2017 at 13:27:24 UTC, Steven Schveighoffer 
wrote:

>
> I don't know what "allocations" represents, but reserve 
> actually calls gc_malloc, and the others do not (the space is 
> available to expand into the block). There should be only one 
> allocation IMO.
>
> -Steve

So there should be a bug report written for this?



More information about the Digitalmars-d-learn mailing list