List of Phobos functions that allocate memory?

Andrej Mitrovic andrej.mitrovich at gmail.com
Thu Feb 6 09:18:33 PST 2014


On 2/6/14, Dicebot <public at dicebot.lv> wrote:
> Merging https://github.com/D-Programming-Language/dmd/pull/1886
> and running phobos unit tests should make it relatively simple,
> at least for a first pass.

Running the tests is overkill, all you have to do is iterate over each
module and call "-o- -vgc" on it.

We have so many allocations in Phobos that I couldn't even upload my
text over to a paste site, most sites have a limit of 150Kb! So here
it is on github:

https://raw.github.com/AndrejMitrovic/phobos_allocations/master/phobos_allocations.txt


More information about the Digitalmars-d mailing list