Updates:
        Cc: [email protected] [email protected]

Comment #6 on issue 379 by [email protected]: Leak sanitizer support for Android on arm64
https://code.google.com/p/address-sanitizer/issues/detail?id=379

Right now we can call leak checking only once per process,
but this does not necessary has to be done at the very end.

From lsan_interface.h:
// Calling this function makes LSan enter the leak checking phase immediately. // Use this if normal end-of-process leak checking happens too late (e.g. if
  // you have intentional memory leaks in your shutdown code). Calling this
  // function overrides end-of-process leak checking; it must be called at
// most once per process. This function will terminate the process if there
  // are memory leaks and the exit_code flag is non-zero.
  void __lsan_do_leak_check();

--
You received this message because this project is configured to send all issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings

--
You received this message because you are subscribed to the Google Groups 
"address-sanitizer" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to