llvm-project/compiler-rt/lib/tsan/go
Dmitry Vyukov 302ec7b9bc tsan: add memory_limit_mb flag
The flag allows to bound maximum process memory consumption (best effort).
If RSS reaches memory_limit_mb, tsan flushes all shadow memory.

llvm-svn: 191913
2013-10-03 17:14:35 +00:00
..
buildgo.sh tsan: add memory_limit_mb flag 2013-10-03 17:14:35 +00:00
test.c tsan: better report formatting for Go 2013-08-16 11:15:14 +00:00
tsan_go.cc tsan: remove unneeded ___chkstk_ms function from Go runtime 2013-09-22 02:49:56 +00:00