Lines Matching refs:free
2 /* Test for correct functioning of the --malloc-fill and --free-fill
3 flags. Needs --malloc-fill=0x55 and --free-fill=0x77. */
23 fprintf(stderr, "test simple malloc/free:\n");
28 free(a);
29 TEST(a[5], 0x77777777, " free-filled");
41 TEST(oldr[26], 0x77777777, " free-filled");
44 free(r);
56 TEST(oldr[26], 0x77777777, " free-filled");
58 free(r);
66 free(a);