summaryrefslogtreecommitdiff
path: root/lib/asan/asan_mac.h
Commit message (Expand)AuthorAge
* [ASan] Cache the OSX version to avoid calling sysctl() on every GetMacosVersi...Alexander Potapenko2013-07-16
* [ASan] Add support for OS X Mavericks to GetMacosVersion.Alexander Potapenko2013-07-16
* Fix broken header guard.Richard Trieu2013-06-12
* [sanitizer] Replace more platform checks with SANITIZER_ constants.Evgeniy Stepanov2013-03-19
* [sanitizer] Move ASan platform macros to sanitizer_common and rename them app...Evgeniy Stepanov2013-03-19
* [ASan] Rename ReplaceCFAllocator to MaybeReplaceCFAllocator.Alexander Potapenko2012-10-24
* Commit a leftover file from r166026: Add MACOS_VERSION_MOUNTAIN_LION.Alexander Potapenko2012-10-16
* Move the prototype of __CFInitialize to asan_mac.h so that asan_malloc_mac.cc...Alexander Potapenko2012-08-15
* Intercept CFAllocator for each thread in the program.Alexander Potapenko2012-07-23
* 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
* [asan]: remove asan_mac.hAlexey Samsonov2012-03-21
* [asan]: start removing os-specific asan_mac.h - move inclusion of mac system ...Alexey Samsonov2012-03-21
* [ASan] get rid of setjmp.h header in interceptorsAlexey Samsonov2012-03-20
* [ASan]: remove GetMacosVersion from asan_mac.h headerAlexey Samsonov2012-03-20
* AddressSanitizer: Don't include GrandCentralDispatch headers in asan headers ...Alexey Samsonov2012-02-21
* AddressSanitizer: start factoring out interception machineryAlexey Samsonov2012-02-08
* AddressSanitizer: Add macro for definition/declaration of interceptorsAlexey Samsonov2012-02-02
* Implement GetMacosVersion() to obtain the OS X version at runtime.Alexander Potapenko2012-01-31
* Wrap CFStringCreateCopy to prevent copying constant CF strings.Alexander Potapenko2012-01-23
* AddressSanitizer: fix recently introduced lint errors and broken test on Mac.Alexey Samsonov2012-01-16
* This patch adds two methods, __asan_allocate_island and __asan_deallocate_islandAlexander Potapenko2012-01-13
* [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