[OT] I wrote a (better?) heap memory manager, is it good for anything?

Mehrdad via Digitalmars-d digitalmars-d at puremagic.com
Sat Aug 9 08:46:26 PDT 2014


On Saturday, 9 August 2014 at 13:29:47 UTC, Anonymouse wrote:
> There is no realloc, move, cpy ?

Not sure what you mean by move or copy (can't you just use 
regular memmove/memcpy?) but no, there is no realloc -- C++ 
doesn't use realloc and this was meant to be used in C++.


More information about the Digitalmars-d mailing list