Home | History | Annotate | Download | only in tests

Lines Matching full:realloc

155   // fprintf(stderr, "realloc:\n");
157 r = (int*)realloc(r, 2000 * sizeof(int));
360 EXPECT_EQ(0, realloc(0, size));
361 EXPECT_EQ(0, realloc(0, ~Ident(0)));
475 ptr = (int*)realloc(ptr,