Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [lsan] Handle fork() correctly. | Sergey Matveev | 2013-07-08 | 1 | -0/+1 | |
| | | | | | | | | Update the main thread's os_id on every pthread_create, and before initiating leak checking. This ensures that we have the correct os_id even if we have forked after Init(). llvm-svn: 185815 | |||||
* | [lsan] Define interceptors more correctly. Also, always clear allocated memory. | Sergey Matveev | 2013-06-25 | 1 | -24/+52 | |
| | | | | llvm-svn: 184849 | |||||
* | [lsan] Ensure lsan is initialized when interceptors are called. | Sergey Matveev | 2013-05-23 | 1 | -2/+5 | |
| | | | | | | Also remove unnecessary ifdefs. llvm-svn: 182571 | |||||
* | [lsan] Interceptors for standalone LSan. | Sergey Matveev | 2013-05-20 | 1 | -0/+249 | |
llvm-svn: 182247 |