Home | History | Annotate | Download | only in tests

Lines Matching refs:Malloc

173 // Check that malloc poisons memory.
176 int *x = (int*)malloc(sizeof(int));
272 // malloc() in the following test may be optimized to produce a compile-time
275 S4 *x = (int*)malloc(sizeof(S4));
280 TEST(MemorySanitizer, Malloc) {
281 S4 *x = (int*)Ident(malloc(sizeof(S4)));