summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_mac.cc
Commit message (Expand)AuthorAge
* [ASan] Do not protect the malloc zone created by malloc_zone_create() on Snow...Alexander Potapenko2013-07-04
* [ASan][OSX] Make sure the zones created by malloc_create_zone() are write-pr...Alexander Potapenko2013-06-28
* [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to...Alexander Potapenko2013-06-28
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-03
* [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
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-19
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.Alexander Potapenko2013-01-22
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-21
* [asan] fix mac buildKostya Serebryany2012-12-13
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-13
* [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany2012-11-23
* [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAllocator.Alexander Potapenko2012-10-24
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-09
* Give more accurate malloc statistics to malloc_zone_statistics().Alexander Potapenko2012-09-12
* [ASan] more macro/casting magic to suppress warningsAlexey Samsonov2012-09-12
* Initial support for malloc_zone_statistics. All counters are set to zero now.Alexander Potapenko2012-09-12
* For invalid pointers passed to free_common check whether they are actually sk...Alexander Potapenko2012-08-29
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-28
* Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko2012-08-17
* Remove the setjmp.h dependency, fix the comment.Alexander Potapenko2012-08-10
* Temporary fix for http://code.google.com/p/address-sanitizer/issues/detail?id...Alexander Potapenko2012-08-10
* [ASan] Move mac-specific error reports to asan_report.cc as wellAlexey Samsonov2012-08-09
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-23
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-09
* Small fix: do not replace the default CFAllocator if it has been replaced alr...Alexander Potapenko2012-07-06
* Because CFAllocatorCreate() should also be called after __CFInitialize() on L...Alexander Potapenko2012-07-06
* A portable way to check whether __CFInitialize has been called: compare kCFAl...Alexander Potapenko2012-07-06
* Do not check for __CFRuntimeClassTableSize on non-10.6 systems, where this sy...Alexander Potapenko2012-07-06
* Fix http://code.google.com/p/address-sanitizer/issues/detail?id=87 by making ...Alexander Potapenko2012-07-05
* Do not call malloc_zone_from_ptr() for the pointers passed to mz_size() and m...Alexander Potapenko2012-07-04
* Factor the common code out of cf_free and mz_free.Alexander Potapenko2012-06-21
* Actually intercept free() to ensure that the deallocations caused by other fu...Alexander Potapenko2012-06-20
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-06
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-04
* [asan] more renamingKostya Serebryany2012-05-31
* Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko2012-03-29
* Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. ...Eli Friedman2012-03-06
* AddressSanitizer: start factoring out interception machineryAlexey Samsonov2012-02-08
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-08
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-17
* asan: #if 0 out some unused functions (we build with -Werror).Daniel Dunbar2011-12-01
* [asan] flatten the asan-rt build slightlyKostya Serebryany2011-12-01
* AddressSanitizer run-time library. Not yet integrated with the compiler-rt bu...Kostya Serebryany2011-11-30