famlist

version(COMPILE)
nothrow extern (C++)
struct famlist {
nothrow
elem** FLpelem;
nothrow
elem* c1;
nothrow
elem* c2;
nothrow
Symbol* FLtemp;
nothrow
tym_t FLty;
nothrow
tym_t FLivty;
nothrow
famlist* FLnext;
nothrow __gshared
famlist* freelist;
}

Members

Static functions

mycalloc
famlist* mycalloc()

Allocate famlist.

Meta