Home | History | Annotate | Download | only in tests

Lines Matching refs:valloc

5221 int       *VALLOC;
5239 (*VALLOC)++;
5255 VALLOC = (int*)valloc(sizeof(int));
5256 PVALLOC = (int*)valloc(sizeof(int)); // TODO: pvalloc breaks helgrind.
5278 FAST_MODE_INIT(VALLOC);
5279 ANNOTATE_EXPECT_RACE(VALLOC, "real race on a valloc-ed object");
5305 free(VALLOC);