Why is sformat and formattedWrite (appender) allocating GC mem here?

Mike Parker aldacron at gmail.com
Sat Aug 31 13:19:11 UTC 2019


On Saturday, 31 August 2019 at 12:07:56 UTC, cc wrote:
> And what, if anything, can I do to avoid it?

import core.stdc.stdio : printf;

There are no @nogc versions of the Phobos write* and format 
functions.



More information about the Digitalmars-d-learn mailing list