Home | History | Annotate | Download | only in tests

Lines Matching refs:REALLOC

5220 int       *REALLOC;
5238 (*REALLOC)++;
5254 REALLOC = (int*)realloc(NULL, sizeof(int));
5276 FAST_MODE_INIT(REALLOC);
5277 ANNOTATE_EXPECT_RACE(REALLOC, "real race on a realloc-ed object");
5304 free(REALLOC);