Lines Matching full:calloc
109 int *a = (int*)calloc(100, sizeof(int));236 EXPECT_EQ(0, calloc(1, size));237 EXPECT_EQ(0, calloc(1, ~Ident(0)));