Home | History | Annotate | Download | only in tests

Lines Matching refs:REALLOC

5224 int       *REALLOC;
5242 (*REALLOC)++;
5258 REALLOC = (int*)realloc(NULL, sizeof(int));
5280 FAST_MODE_INIT(REALLOC);
5281 ANNOTATE_EXPECT_RACE(REALLOC, "real race on a realloc-ed object");
5308 free(REALLOC);