Home | History | Annotate | Download | only in Analysis

Lines Matching refs:sizeIn

66 void reallocNotNullPtr(unsigned sizeIn) {
70 char *q = (char*)realloc(p, sizeIn);