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

Kagamin spam at here.lot
Mon Aug 5 14:42:09 PDT 2013


On Sunday, 4 August 2013 at 09:28:11 UTC, Denis Shelomovskij 
wrote:
> So I suppose you use `HeapFree` too? Please, be sure you use 
> this Windows API BOOL/BOOLEAN bug workaround:
> https://github.com/denis-sh/phobos-additions/blob/e061d1ad282b4793d1c75dfcc20962b99ec842df/unstd/windows/heap.d#L178

BOOLEAN is either TRUE or FALSE, so it should be ok to check only 
the least significant byte.


More information about the Digitalmars-d-announce mailing list