summaryrefslogtreecommitdiff
path: root/lib/asan/asan_allocator2.cc
Commit message (Expand)AuthorAge
* [ASan] Kill use_stack_depot runtime flag and stack trace compression routines.Alexey Samsonov2013-11-01
* [asan] increase the max malloc size from 8Gb to 64GbKostya Serebryany2013-10-29
* [asan] Fix a deadlock between asan's allocator and lsanKostya Serebryany2013-10-17
* [asan] introduce run-time flag 'poison_partial' Kostya Serebryany2013-10-16
* [ASan] Don't die with internal ASan error on large buffer overflowsAlexey Samsonov2013-10-14
* [ASan] Don't add SANITIZER_INTERFACE_ATTRIBUTE for internal ASan functionsAlexey Samsonov2013-09-17
* [asan] make calloc crash instead of returning 0 on overflow (controlled by th...Kostya Serebryany2013-09-06
* [sanitizer] make the allocator crash instead of returning 0 on huge size (con...Kostya Serebryany2013-09-06
* Define SANITIZER_INTERFACE_ATTRIBUTE on Windows and fix all the places where ...Timur Iskhodzhanov2013-08-13
* Revert to C-style callbacks for iteration over allocator chunks.Sergey Matveev2013-06-24
* [lsan] Try REALLY hard to fix Win build.Sergey Matveev2013-06-21
* [asan] Move lsan_disabled out of thread context.Sergey Matveev2013-06-21
* [asan] Define LSan annotations as no-ops if leak detection is not supported.Sergey Matveev2013-06-20
* [ASan] Clear allocation magic value before recycling the chunk. This led to s...Alexey Samsonov2013-06-20
* [lsan] Harmonized some naming inconsistencies.Sergey Matveev2013-06-11
* [asan] fix Android build (mark asan_malloc_usable_size as an interface function)Kostya Serebryany2013-06-10
* [asan] fix the bug with memalign and malloc_usable_size (http://code.google.c...Kostya Serebryany2013-06-10
* [lsan] Put SANITIZER_INTERFACE_ATTRIBUTE on LSan interface functions.Sergey Matveev2013-06-06
* [lsan] Implement __lsan_ignore_object().Sergey Matveev2013-06-06
* [ASan] One more fix for realloc: check that reallocated chunk is valid before...Alexey Samsonov2013-06-06
* Call __asan_free_hook() before marking the chunk quarantinnedAlexey Samsonov2013-06-04
* [asan] Fix invalid thread registry access when checking if LSan is disabled.Sergey Matveev2013-06-04
* [lsan] Add __lsan_disable() and __lsan_enable().Sergey Matveev2013-06-03
* [lsan] Use the fast version of GetBlockBegin for leak checking in LSan and ASan.Sergey Matveev2013-05-31
* [lsan] Begin converting LSan tests to output tests.Sergey Matveev2013-05-27
* Revert r182465 and add lsan-common library to makefile-based buildAlexey Samsonov2013-05-22
* [ASan] Temporary remove leak checking from ASan, while we don't have makefile...Alexey Samsonov2013-05-22
* [asan] LSan hooks in asan_allocator2.ccSergey Matveev2013-05-21
* Fix realloc'ing freed/invalid pointersTimur Iskhodzhanov2013-05-20
* [asan] Modify ASan metadata atomically.Sergey Matveev2013-05-20
* [ASan] Remove an unused ChunkBase fieldTimur Iskhodzhanov2013-05-20
* [sanitizer] factor out ByteMap from SizeClassAllocator32 so that it can be la...Kostya Serebryany2013-05-20
* Replace CHECK(a == b); with CHECK_EQ(a, b); throughout asan_allocator2.ccTimur Iskhodzhanov2013-05-18
* [asan] fix powerpc build and one test; fix lintKostya Serebryany2013-05-15
* [asan] Common flags in ASan.Sergey Matveev2013-05-06
* [asan] nuke the old unused allocator codeKostya Serebryany2013-04-04
* [asan] fill first 4K of malloc-ed memory with garbage, implement flags max_ma...Kostya Serebryany2013-04-04
* [ASan] Speed-up initialization-order checking: create and use fast versions o...Alexey Samsonov2013-03-28
* Revert 177745 as it was incorrectTimur Iskhodzhanov2013-03-22
* Band-aid fix for the Windows build caused by r177710. Long-term, atomic_compa...Timur Iskhodzhanov2013-03-22
* [ASan] Fix an error on invalid deallocation in ASan allocator. When ASan chec...Alexey Samsonov2013-03-22
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-21
* [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-20
* [ASan] Move GetCurrentThread/SetCurrentThread from AsanThreadRegistry class i...Alexey Samsonov2013-03-20
* [asan] use 4Tb of address space for the asan allocator instead of 1Tb. This i...Kostya Serebryany2013-03-12
* [asan] if calloc returns a freshly-mmaped memory, don't clear it with memset....Kostya Serebryany2013-02-27
* [asan] a bit stricter lint for CHECK vs CHECK_XX (these CHECK_XX really help ...Kostya Serebryany2013-02-26
* [ASan] Switch Windows to allocator v2, also fixing some build errorsTimur Iskhodzhanov2013-02-08
* [ASan] Implement asan_mz_size(), asan_mz_force_lock() and asan_mz_force_unloc...Alexander Potapenko2013-02-07
* [asan] Fix nonsensical reports of partial right OOB.Evgeniy Stepanov2013-02-05