How to "dispose of" a string when using @live analysis?

Dukc ajieskola at gmail.com
Fri Aug 29 20:54:55 UTC 2025


On Friday, 29 August 2025 at 20:50:00 UTC, Dukc wrote:
> [snip]

Well duh, of course a string literal isn't GC-allocated as I 
claimed, but "allocated" by pointing to an immutable spot in 
preallocated static memory at string initialisation. Regardless, 
"leaking" works.




More information about the Digitalmars-d-learn mailing list