sanitizers

Module lsan

Source

Functionsยง

  • Disables leak detection.
  • Check for leaks now. This function behaves identically to the default end-of-process leak check.
  • Check for leaks now and return whether leaks were found.
  • Enables leak detection.
  • The heap object into which p points will be treated as a non-leak.
  • Memory regions registered through this interface will be treated as sources of live pointers during leak checking.
  • Unregisters a root region previously registered.