[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 01:52:21 PDT 2014


On Saturday, 9 August 2014 at 08:48:37 UTC, Mehrdad wrote:
> (snip)


One other feature I forgot to mention:

It allows you to deallocate sub-blocks of any sizes that you wish 
-- this can be completely independent of the sizes they were 
originally allocated in, and I'm fairly certain I designed it so 
that there would be no performance difference if you did so. 
(Maybe this would be useful for a GC or some other kind of 
application, I don't know.)


More information about the Digitalmars-d mailing list