Home | History | Annotate | Download | only in Checkers

Lines Matching full:deallocator

74   /// Stores the information about the allocator and deallocator functions -
88 /// Given the function name, returns the index of the allocator/deallocator
191 // Make sure the function is of the right type (allocator vs deallocator).
252 // Report deallocator mismatch. Remove the region from tracking - reporting a
270 os << "Deallocator doesn't match the allocator: '"
323 // Is it a call to one of deallocator functions?
328 // Check the argument to the deallocator.
379 // NULL ~ default deallocator, so warn.
397 // find the deallocator.
401 // In all other cases, assume the user supplied a correct deallocator
415 // Check if the proper deallocator is used.