FYI - mo' work on std.allocator

bearophile via Digitalmars-d digitalmars-d at puremagic.com
Sun Apr 27 17:13:41 PDT 2014


Andrei Alexandrescu:

> - zeroesAllocations is true if the allocator automatically sets 
> freshly allocated memory to zero

In some cases there is a need for a certain zeroing, even when 
memory is deallocated:
https://issues.dlang.org/show_bug.cgi?id=10661
This can be added.

In some case there is also a need to track and tell apart 
tainted/untainted memory zones.


> The name WithInternalPointers is rather goofy - ideas?

Inner?

Bye,
bearophile


More information about the Digitalmars-d mailing list