GC.removeRange

void removeRange(const void * p) nothrow @nogc pure;

Removes the memory range starting at p from an internal list of ranges to be scanned during a collection. If p is null or does not represent a value previously passed to addRange() then no operation is performed.

Parameters

pA pointer to a valid memory address or to null.