Safely extend the size of a malloced memory block after realloc

welkam via Digitalmars-d digitalmars-d at puremagic.com
Mon Aug 17 12:57:39 PDT 2015


// if the GC kicks in here we're f*****

Why?

static nothrow @nogc void removeRange(in void* p);
Removes the memory range starting at p from an internal list of 
ranges to be scanned during a collection. <...>


More information about the Digitalmars-d mailing list