GC.sizeOf

Determine the allocated size of pointer p. If p is an interior pointer or not a gc allocated pointer, return 0.

interface GC
size_t
sizeOf
nothrow @nogc
(
void* p
)
Suggestion Box / Bug Report