summaryrefslogtreecommitdiff
path: root/lib/asan/tests/asan_fake_stack_test.cc
AgeCommit message (Expand)Author
2014-05-12[ASan tests] Don't run FakeStack.CreateDestroy on Windows as it OOMsTimur Iskhodzhanov
2013-12-11[asan] if verbosity>=2, print the fake stack usage stats at thread exit; No f...Kostya Serebryany
2013-09-27[asan] introduce run-time flag uar_stack_size_log to control the size of Fake...Kostya Serebryany
2013-09-17[asan] further speedup use-after-return: simplify deallocation of fake frames...Kostya Serebryany
2013-09-13[asan] don't record the class_id in FakeFrame (scratching the last bits of pe...Kostya Serebryany
2013-09-12[asan] a bit of performance improvement in fake stack, generalized one test, ...Kostya Serebryany
2013-09-12[asan] fully re-implement the FakeStack (use-after-return) to make it faster ...Kostya Serebryany