ConservativeGC.removeRange
void removeRange(void * p) nothrow @nogcRemove range from list of ranges. If p is null or does not represent a value previously passed to addRange() then no operation is performed.
Parameters
p | A pointer to a valid memory address or to null. |