Home | History | Annotate | Download | only in tests

Lines Matching refs:VALLOC

5225 int       *VALLOC;
5243 (*VALLOC)++;
5259 VALLOC = (int*)valloc(sizeof(int));
5260 PVALLOC = (int*)valloc(sizeof(int)); // TODO: pvalloc breaks helgrind.
5282 FAST_MODE_INIT(VALLOC);
5283 ANNOTATE_EXPECT_RACE(VALLOC, "real race on a valloc-ed object");
5309 free(VALLOC);