(gcc returns mem) Re: When is it time for a 1.0 feature freeze?

Sean Kelly sean at f4.ca
Sat Sep 9 19:34:17 PDT 2006


Bruno Medeiros wrote:
>
> Walter had mentioned before that DMD's memory manager use C's malloc and 
> free to allocate, so no difference in return behavior is to be expected.

It actually uses VirtualAlloc, though malloc is a failover option in 
GDC's memory manager.


Sean



More information about the Digitalmars-d mailing list