12.09.2013 14:45, Rene Zwanenburg пишет:
On Thursday, 12 September 2013 at 05:59:33 UTC, monarch_dodra
wrote:
On Thursday, 12 September 2013 at 05:36:31 UTC, Alexandr Druzhinin wrote:
Some C function malloc-ed memory. This memory should be freeed much
later. I don't want to manually call C func
On Thursday, 12 September 2013 at 05:59:33 UTC, monarch_dodra
wrote:
On Thursday, 12 September 2013 at 05:36:31 UTC, Alexandr
Druzhinin wrote:
Some C function malloc-ed memory. This memory should be freeed
much later. I don't want to manually call C function to free
this memory in some point la
On Thursday, 12 September 2013 at 05:36:31 UTC, Alexandr
Druzhinin wrote:
Some C function malloc-ed memory. This memory should be freeed
much later. I don't want to manually call C function to free
this memory in some point later, so may I in some way ask gc to
free this memory using something
Some C function malloc-ed memory. This memory should be freeed much
later. I don't want to manually call C function to free this memory in
some point later, so may I in some way ask gc to free this memory using
something like addRoot(for instance) or else or the true way is to copy
malloc-ed me