September 11, 2014
https://issues.dlang.org/show_bug.cgi?id=13456

Orvid King <blah38621@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |blah38621@gmail.com

--- Comment #1 from Orvid King <blah38621@gmail.com> ---
You can't call any of them directly, and the version of the runtime that's included in releases doesn't have profiling enabled in the GC, which means it doesn't use GCStats.

This means the first step would be to clean up the profiling mechanisms in the GC into an API that's easy to work with.

--
March 25, 2021
https://issues.dlang.org/show_bug.cgi?id=13456

mhh <maxhaton@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |maxhaton@gmail.com
         Resolution|---                         |FIXED

--- Comment #2 from mhh <maxhaton@gmail.com> ---
https://dlang.org/phobos/core_memory.html#.GC

No longer the case as of 2021/03

--