summaryrefslogtreecommitdiff
path: root/lib/asan/asan_malloc_mac.cc
Commit message (Expand)AuthorAgeFilesLines
* Replace InternalScopedBuffer<char> with InternalScopedString where applicable.Alexey Samsonov2014-12-021-2/+2
* [asan] use some LIKELY/UNLIKELYKostya Serebryany2014-05-141-4/+4
* [ASan] Get rid of asan_mac.h, which contents have been moved to sanitizer_mac.hAlexander Potapenko2014-02-041-1/+0
* [ASan] Move GetMacosVersion() to sanitizer_common.Alexander Potapenko2014-02-031-0/+1
* [asan] Fix a bunch of style issues.Evgeniy Stepanov2014-01-161-13/+13
* [asan] Implement delayed activation of AddressSanitizerEvgeniy Stepanov2014-01-161-13/+13
* [ASan] Do not protect the malloc zone created by malloc_zone_create() on Snow...Alexander Potapenko2013-07-041-3/+6
* [ASan][OSX] Make sure the zones created by malloc_create_zone() are write-pr...Alexander Potapenko2013-06-281-0/+4
* [ASan][OSX] Fix the incorrect malloc_create_zone() implementation that led to...Alexander Potapenko2013-06-281-1/+4
* [ASan] Kill the remainders of platform defines in favor of SANITIZER_ definesAlexey Samsonov2013-04-031-1/+1
* [ASan] Switch ASan to generic ThreadRegistry from sanitizer_common. Delete AS...Alexey Samsonov2013-03-211-1/+0
* [ASan] Move malloc stats collection away from AsanThreadRegistry class.Alexey Samsonov2013-03-201-1/+1
* [sanitizer] More renamed macros.Evgeniy Stepanov2013-03-191-1/+1
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-191-0/+1
* [ASan] Use dylib interposition to hook memory allocation in the dynamic runtime.Alexander Potapenko2013-01-221-176/+104
* [asan] add a flag alloc_dealloc_mismatch (off by default for now) which finds...Kostya Serebryany2012-12-211-5/+5
* [asan] fix mac buildKostya Serebryany2012-12-131-1/+1
* [asan] add two asan flags: fast_unwind_on_fatal and fast_unwind_on_malloc to ...Kostya Serebryany2012-12-131-14/+14
* [asan] get rid of some of the uses of kPageSize. The intent is to get rid of ...Kostya Serebryany2012-11-231-1/+1
* [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAllocator.Alexander Potapenko2012-10-241-17/+11
* [Sanitizer] Remove unneeded returns after UNIMPLEMENTED macroAlexey Samsonov2012-10-091-2/+0
* Give more accurate malloc statistics to malloc_zone_statistics().Alexander Potapenko2012-09-121-6/+6
* [ASan] more macro/casting magic to suppress warningsAlexey Samsonov2012-09-121-1/+1
* Initial support for malloc_zone_statistics. All counters are set to zero now.Alexander Potapenko2012-09-121-5/+2
* For invalid pointers passed to free_common check whether they are actually sk...Alexander Potapenko2012-08-291-21/+43
* [asan] get rid of AsanPrintf in favor of Printf from sanitizer_commonKostya Serebryany2012-08-281-1/+1
* Commit the source and CMake changes that will allow to build ASan runtimeAlexander Potapenko2012-08-171-1/+5
* Remove the setjmp.h dependency, fix the comment.Alexander Potapenko2012-08-101-2/+1
* Temporary fix for http://code.google.com/p/address-sanitizer/issues/detail?id...Alexander Potapenko2012-08-101-1/+9
* [ASan] Move mac-specific error reports to asan_report.cc as wellAlexey Samsonov2012-08-091-33/+10
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-231-2/+4
* [ASan] Use common flags parsing machinery.Alexey Samsonov2012-07-091-4/+4
* Small fix: do not replace the default CFAllocator if it has been replaced alr...Alexander Potapenko2012-07-061-1/+1
* Because CFAllocatorCreate() should also be called after __CFInitialize() on L...Alexander Potapenko2012-07-061-16/+26
* A portable way to check whether __CFInitialize has been called: compare kCFAl...Alexander Potapenko2012-07-061-7/+4
* Do not check for __CFRuntimeClassTableSize on non-10.6 systems, where this sy...Alexander Potapenko2012-07-061-3/+12
* Fix http://code.google.com/p/address-sanitizer/issues/detail?id=87 by making ...Alexander Potapenko2012-07-051-2/+21
* Do not call malloc_zone_from_ptr() for the pointers passed to mz_size() and m...Alexander Potapenko2012-07-041-14/+0
* Factor the common code out of cf_free and mz_free.Alexander Potapenko2012-06-211-26/+9
* Actually intercept free() to ensure that the deallocations caused by other fu...Alexander Potapenko2012-06-201-9/+27
* [Sanitizer]: Introduce a common internal printf function. For now, also use t...Alexey Samsonov2012-06-061-14/+18
* Remove file-type tags for .cc files in ASan run-time libraryAlexey Samsonov2012-06-041-1/+1
* [asan] more renamingKostya Serebryany2012-05-311-12/+12
* Add internal_memset and replace the uses of REAL(memset) with it where the pe...Alexander Potapenko2012-03-291-2/+3
* Make sure to properly ifdef out an unused function on OSX < 10.6. PR12136. ...Eli Friedman2012-03-061-0/+3
* AddressSanitizer: start factoring out interception machineryAlexey Samsonov2012-02-081-2/+2
* AddressSanitizer: replace all "real_X" calls with "REAL(X)"Alexey Samsonov2012-02-081-3/+3
* AddressSanitizer: add support for malloc_usable_size() functionAlexey Samsonov2012-01-171-7/+7
* asan: #if 0 out some unused functions (we build with -Werror).Daniel Dunbar2011-12-011-0/+6
* [asan] flatten the asan-rt build slightlyKostya Serebryany2011-12-011-0/+4