summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_win.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-2/+2
* [ASan] Add a few more malloc-related interceptors for WindowsTimur Iskhodzhanov2012-03-231-2/+45
* [ASan] Add back the support for /MT; intercept statically-linked functionsTimur Iskhodzhanov2012-03-121-4/+11
* [ASan] Fix lint warningTimur Iskhodzhanov2012-03-071-1/+0
* [ASan/Win] Intercept _msize, required for running SQLiteTimur Iskhodzhanov2012-03-071-0/+6
* [ASan] Replace CRT .dll malloc with our implementation at asan_init() timeTimur Iskhodzhanov2012-02-291-6/+34
* [ASan] Intercept functions on Windows - first versionTimur Iskhodzhanov2012-02-221-0/+1
* [asan] The first version of Windows malloc interceptors, patch by timurrrr@go...Kostya Serebryany2012-02-061-0/+57