Lines Matching full:allocated
24 // allocated memory, but in this instance, its also the only function with
32 sink(new int(5)); // expected-note {{Memory is allocated}} in foo()
49 int *ptr = new int(5); // expected-note {{Memory is allocated}} in foo()
66 int *ptr = (int *)malloc(sizeof(int)); // expected-note {{Memory is allocated}} in foo()
84 int *ptr = (int *)malloc(sizeof(int)); // expected-note {{Memory is allocated}} in foo()
102 int *ptr = new int(5); // expected-note {{Memory is allocated}} in foo()
123 int *ptr = new int(5); // expected-note {{Memory is allocated}} in foo()
141 int *ptr = new int(5); // expected-note {{Memory is allocated}} in foo()
155 int *ptr = new int(5); // expected-note {{Memory is allocated}} in foo()
173 int *ptr = new int(5); // expected-note {{Memory is allocated}} in foo()
182 // RefKind of the symbol changed from nothing to Allocated. We don't want to
185 return (char *)malloc(12); // expected-note {{Memory is allocated}} in malloc_wrapper_ret()
190 // expected-note@-1 {{Returned allocated memory}} in use_ret()
208 // expected-note@+1 {{Memory is allocated}} in allocateWrappingAndReturnNested()