New malloc() for win32 that should produce faster DMD's and faster D code that uses malloc()

Walter Bright newshound2 at digitalmars.com
Sun Aug 4 01:30:01 PDT 2013


On 8/4/2013 12:53 AM, dennis luehring wrote:
> HeapAlloc is a forwarder to RtlHeapAlloc and C++ new does call RtlHeapAlloc
> directly - would it be better to use this kernel32 api directly? (maybe if used
> in druntime to reduce dll dependencies)
>

I can't find any documentation on RtlHeapAlloc.


More information about the Digitalmars-d-announce mailing list