Lines Matching refs:my_malloc
7 void __attribute((ownership_returns(malloc))) *my_malloc(size_t);
61 int *p = my_malloc(12);
66 int *p = my_malloc(12);
70 myglobalpointer = my_malloc(12); // no-warning
75 mystuff.somefield = my_malloc(12);
80 *pp = my_malloc(42); // no-warning
84 somestuff->somefield = my_malloc(12); // no-warning
89 *pps = my_malloc(sizeof(struct stuff)); // no-warning
90 (*pps)->somefield = my_malloc(42); // no-warning
94 int *p = my_malloc(12);
100 int *p = my_malloc(12);
106 int *p = my_malloc(12);
112 int *p = my_malloc(12);
119 int *p = my_malloc(12);
127 int *p = my_malloc(12);
133 int *p = my_malloc(12);
140 int *p = my_malloc(12);