GC.removeRange

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.

struct GC
extern (C) pragma(mangle, "gc_removeRange") static nothrow @nogc pure
void
removeRange
(
const void* p
)

Parameters

p void*

A pointer to a valid memory address or to null.

Suggestion Box / Bug Report