Home | History | Annotate | Download | only in s390x

Lines Matching full:malloc

62    do_cu21(malloc(1), 10, pattern2, 2);             // complaint (2 bytes)
65 do_cu21(malloc(2), 10, pattern2, 2); // no complaint
68 do_cu21(malloc(1), 10, pattern3, 2); // 2 complaints (3 = 2+1)
71 do_cu21(malloc(2), 10, pattern3, 2); // complaint (1 byte)
74 do_cu21(malloc(3), 10, pattern3, 2); // no complaint
77 do_cu21(malloc(1), 10, pattern4, 4); // complaint (4 bytes)
80 do_cu21(malloc(2), 10, pattern4, 4); // complaint (4 bytes)
83 do_cu21(malloc(3), 10, pattern4, 4); // complaint (4 bytes)
86 do_cu21(malloc(4), 10, pattern4, 4); // no complaint
91 uint8_t *input = malloc(10);
94 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
97 input = malloc(10);
99 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
102 input = malloc(10);
104 do_cu21(malloc(4), 4, (void *)input, 2); // complaint
107 input = malloc(10);
109 do_cu21(malloc(4), 4, (void *)input, 2); // no complaint
114 input = malloc(10);
116 do_cu21(malloc(4), 4, (void *)input, 4); // complaint