summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator.cc
Commit message (Expand)AuthorAgeFilesLines
* [asan] fix asan issue #66 (correctly report type of the bug)Kostya Serebryany2012-04-231-0/+1
* [asan] make __asan::Deallocate immune to racy double-free (issue #57)Kostya Serebryany2012-04-051-4/+8
* Log the allocator messages at a higher verbosity level.Alexander Potapenko2012-03-271-1/+1
* [asan] Support for %z to Printf()Evgeniy Stepanov2012-03-211-10/+10
* AddressSanitizer: fix a couple of typosAlexey Samsonov2012-03-131-4/+4
* [asan] use O(log(N)) algorithm instead of O(N) in __asan_get_ownershipKostya Serebryany2012-03-101-7/+25
* Replace some #ifdef(s) with plain if(s).Evgeniy Stepanov2012-02-271-12/+5
* AddressSanitizer: add some checks to AsanChunkFifoList::PushListAlexey Samsonov2012-02-271-0/+4
* [ASan] Remove one FIXME - re-enable "free-not-malloced" reports on WindowsTimur Iskhodzhanov2012-02-211-5/+0
* AddressSanitizer: fix lintAlexey Samsonov2012-02-171-3/+3
* [asan] Allocator tweaks for low memory systems.Evgeniy Stepanov2012-02-161-2/+8
* [asan] The first version of the RTL for Windows, reviewed at http://coderevie...Timur Iskhodzhanov2012-02-091-0/+5
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-6/+6
* [asan] better warning messages for double-free bugs (provide allocation/deall...Kostya Serebryany2012-02-081-1/+1
* AddressSanitizer: simplify RoundUpToPowerOfTwo/clz; add a couple of CHECKs fo...Alexey Samsonov2012-02-031-19/+13
* [asan] minor ifdef cleanupKostya Serebryany2012-01-301-4/+4
* Make compiler-rt/trunk/lib/asan compileable with Visual Studio 2008 on Windows.Alexander Potapenko2012-01-271-1/+30
* AddressSanitizer: return false instead of true for __asan_get_ownership(NULL)Alexey Samsonov2012-01-181-25/+10
* Revert commit 148304Alexey Samsonov2012-01-171-7/+25
* AddressSanitizer: from this patch, ASan allocator returns false for __asan_ge...Alexey Samsonov2012-01-171-25/+7
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-171-10/+42
* [asan] move more stuff to OS-specific filesKostya Serebryany2012-01-061-4/+0
* [asan] refactoring: don't #include <sys/mman.h> in non-os-specific filesKostya Serebryany2011-12-281-1/+0
* [asan] use custom libc-free getenv; a bit of refactoring around mmap callsKostya Serebryany2011-12-281-31/+4
* [asan] canonicalise the output for double-free and wrong-free. fixes asan iss...Kostya Serebryany2011-12-131-2/+3
* [asan] make use-after-return mode more robust: allow to call instrumented fun...Kostya Serebryany2011-12-091-2/+1
* [asan] always collect malloc statstics (removed FLAG_stats)Kostya Serebryany2011-12-051-36/+31
* [asan] minimize the use of STL. One bit is still left.Kostya Serebryany2011-12-021-5/+3
* lib/asan: Fix possible type mismatches.Daniel Dunbar2011-12-021-2/+2
* Refactor shadow poisoning done by asan-rt, no funtionality changes; patch by ...Kostya Serebryany2011-11-301-14/+4
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-301-0/+1065