Lines Matching refs:malloc
97 #include <malloc.h>
5218 int *MALLOC;
5236 (*MALLOC)++;
5252 MALLOC = (int*)malloc(sizeof(int));
5272 FAST_MODE_INIT(MALLOC);
5273 ANNOTATE_EXPECT_RACE(MALLOC, "real race on a malloc-ed object");
5302 free(MALLOC);
5655 // test119: TP. Testing that malloc does not introduce any HB arc. {{{1
5660 free(malloc(123));
5664 free(malloc(345));
5668 printf("test119: positive (checking if malloc creates HB arcs)\n");