Typed D allocator based on jemalloc

Basile B. via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Fri Mar 3 04:00:05 PST 2017


Nothing huge here. The package[0] provides the bindings, 
JEMallocator (like Mallocator) and JEAlignedAllocator (like 
AlignedAllocator). All of them use jeallocator[1], which is 
actually the default implementation of malloc in the FreeBSD 
system.

In a future update I may add another D alloc which would be 
specific to each thread. Another allocator, tcmallocd[2] already 
does this.


[0] http://code.dlang.org/packages/jemallocd
[1] https://github.com/jemalloc/jemalloc
[2] http://code.dlang.org/packages/tcmallocd


More information about the Digitalmars-d-announce mailing list