GC.addrOf

Determine the base address of the block containing p. If p is not a gc allocated pointer, return null.

interface GC
nothrow @nogc
void*
addrOf
(
void* p
)

Meta