Lines Matching defs:Allocated
47 enum Kind { // Reference to allocated memory.
48 Allocated,
70 bool isAllocated() const { return K == Allocated; }
84 return RefState(Allocated, s, family);
104 "Allocated",
342 // The allocated region symbol tracked by the main analysis.
367 // Did not track -> allocated. Other state (released) -> allocated.
374 // Did not track -> released. Other state (allocated) -> released.
381 // Did not track -> relinquished. Other state (allocated) -> relinquished.
391 // released -> allocated
801 // Set the symbol's state to Allocated.
1009 // Of course, free() can work on memory allocated outside the current
1036 // If the pointer is allocated or escaped, but we are now trying to free it,
1050 // allocated, or an offset.
1235 os << "Memory allocated by alloca() should not be deallocated";
1245 os << ", which is not memory allocated by ";
1247 os << "not memory allocated by ";
1284 os << " allocated by " << AllocOs.str();
1343 os << "memory allocated by " << AllocNameOs.str();
1345 os << "allocated memory";
1595 // allocated, and only report a single path.
1730 // If we are returning a field of the allocated struct or an array element,
2111 Msg = "Memory is allocated";
2113 "Returned allocated memory");