Am 18.01.2013 06:29, schrieb Andrej Mitrovic: > On 1/17/13, David <[email protected]> wrote: >> Is there any reason why std.signals.Signal allocates with calloc and >> realloc instead of using the gc directly? When digging through the code >> everything seems magic and old. > > I think it's because it's old. It should probably use Appender instead > of calloc. > > FWIW Robert proposed a new std.signals: > http://forum.dlang.org/thread/[email protected] > http://forum.dlang.org/thread/[email protected] >
Good to know, thanks
