Home | History | Annotate | Download | only in slang

Lines Matching defs:AllocSize

1509   unsigned AllocSize = sizeof(union RSType) +
1512 reinterpret_cast<union RSType*>(operator new(AllocSize)));
1514 ::memset(ST.get(), 0, AllocSize);