SegregatedGC.sizeOf

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

class SegregatedGC
nothrow @nogc
size_t
sizeOf
(
void* p
)

Meta