[Issue 401] add more std.gc APIs, e.g. std.gc.allocatedMemory();

via Digitalmars-d-bugs digitalmars-d-bugs at puremagic.com
Thu Apr 24 08:02:31 PDT 2014


https://issues.dlang.org/show_bug.cgi?id=401

Andrej Mitrovic <andrej.mitrovich at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |andrej.mitrovich at gmail.com

--- Comment #2 from Andrej Mitrovic <andrej.mitrovich at gmail.com> ---
Is this still being planned to be added? Could it become cumbersome for some GC
implementations to expose such an API (e.g. if it's not a O(1) operation but
something way more expensive)? If so then maybe it's best not to try exposing
such operations.

--


More information about the Digitalmars-d-bugs mailing list