Home | History | Annotate | Download | only in slang

Lines Matching refs:AllocSize

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