Iv

version(COMPILE)
nothrow extern (C++)
struct Iv {
nothrow
Symbol* IVbasic;
nothrow
elem** IVincr;
nothrow
famlist* IVfamily;
nothrow
Iv* IVnext;
nothrow __gshared
Iv* freelist;
}

Members

Static functions

mycalloc
Iv* mycalloc()

Allocate Iv.

Meta