summaryrefslogtreecommitdiff
path: root/test/asan/TestCases/Linux/release_to_os_test.cc
AgeCommit message (Expand)Author
2017-10-23[Sanitizers] New sanitizer API to purge allocator quarantine.Alex Shlyapnikov
2017-02-07[asan] replace std::random_shuffle with std::shuffle in tests since std::rand...Kostya Serebryany
2016-11-29Return memory to OS right after free (not in the async thread).Evgeniy Stepanov
2016-09-13[asan] Add missing include for rand()Jonas Hahnfeld
2016-08-27[asan] restrict release_to_os_test.cc to x86_64Kostya Serebryany
2016-08-26[asan] first attempt at releasing free-d memory back to the system using madv...Kostya Serebryany