Searched refs:isFreeingCall (Results 1 – 1 of 1) sorted by relevance
502 bool isFreeingCall(const CallEvent &Call) const;1157 bool MallocChecker::isFreeingCall(const CallEvent &Call) const { in isFreeingCall() function in MallocChecker3147 if (MallocChecker.isEnabled() && isFreeingCall(Call)) in checkPreCall()