std.allocator ready for some abuse

jerro a at a.com
Sun Oct 27 12:32:25 PDT 2013


> i.e. Alignment must be a power of two, and for posix_memalign 
> it must additionally be greater than sizeof(void*).

It must be a power of two and a multiple of sizeof(void*), which 
means that it must be either zero or greater or equal to 
sizeof(void*).


More information about the Digitalmars-d mailing list