aboutsummaryrefslogtreecommitdiff
path: root/libc/malloc_debug/tests/malloc_debug_system_tests.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use SKIP_WITH_HWASAN macro from libbase.Florian Mayer2022-04-151-0/+1
* Skip verify_leak_allocation_limit under HWASan.Florian Mayer2022-04-141-0/+2
* Only run the exec once if test passes.Christopher Ferris2021-08-051-2/+14
* Allow retry of test if log missing.Christopher Ferris2021-07-271-66/+105
* Read the log while test runs instead of after.Christopher Ferris2021-07-231-225/+323
* Avoid undefined compiler behaviorChristopher Ferris2021-07-151-1/+1
* Avoid undefined compiler behaviorGreg Kaiser2021-07-151-1/+1
* Fix race when frees after main thread finishes.Christopher Ferris2021-07-141-5/+62
* Fix deadlock/timeout in thread unwinding.Christopher Ferris2020-05-201-0/+47
* Include log/log_read.h for reading logsTom Cherry2020-04-221-1/+1
* Remove ANDROID_LOG_RDONLYTom Cherry2020-03-231-1/+1
* Add automatic running of tests on bionic changes.Christopher Ferris2019-11-151-6/+17
* Fix allocations escaping malloc debug.Christopher Ferris2019-11-061-1/+51
* Make bionic_malloc.h a platform header.Christopher Ferris2019-09-161-1/+1
* Avoid using malloc debug code after exit.Christopher Ferris2019-05-071-10/+60
* Disable info messages by default for malloc debug.Christopher Ferris2019-04-021-2/+2
* Add a platform API for setting an allocation limit.Christopher Ferris2019-03-151-8/+213
* Disable malloc debug intercepts when exiting.Christopher Ferris2018-07-111-0/+211