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

Timothee Cour via Digitalmars-d digitalmars-d at puremagic.com
Sun Aug 10 17:51:49 PDT 2014


On Sat, Aug 9, 2014 at 8:46 AM, Mehrdad via Digitalmars-d <
digitalmars-d at puremagic.com> wrote:

> 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


doesn't it's not useful:
http://codervil.blogspot.com/2012/11/how-to-outperform-stdvector-in-1-easy.html



> and this was meant to be used in C++.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20140810/2c35b7a7/attachment.html>


More information about the Digitalmars-d mailing list