summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_win.cc
Commit message (Expand)AuthorAge
* [ASan/Win] Oops, forgot to add the attributes to the memory allocations funct...Timur Iskhodzhanov2013-08-13
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [ASan] Apply some ASan-relevant pieces of patch by Ruben Van Boxem. In the sa...Alexey Samsonov2012-09-24
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-04
* [asan] more renamingKostya Serebryany2012-05-31
* [ASan] Add a few more malloc-related interceptors for WindowsTimur Iskhodzhanov2012-03-23
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-12
* [ASan] Fix lint warningTimur Iskhodzhanov2012-03-07
* [ASan/Win] Intercept _msize, required for running SQLiteTimur Iskhodzhanov2012-03-07
* [ASan] Replace CRT .dll malloc with our implementation at asan_init() timeTimur Iskhodzhanov2012-02-29
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-22
* [asan] The first version of Windows malloc interceptors, patch by timurrrr@go...Kostya Serebryany2012-02-06