Home | History | Annotate | Download | only in tests

Lines Matching refs:REALLOC

5218 int       *REALLOC;
5236 (*REALLOC)++;
5252 REALLOC = (int*)realloc(NULL, sizeof(int));
5274 FAST_MODE_INIT(REALLOC);
5275 ANNOTATE_EXPECT_RACE(REALLOC, "real race on a realloc-ed object");
5302 free(REALLOC);