summaryrefslogtreecommitdiff
path: root/lib/sanitizer_common/sanitizer_malloc_mac.inc
Commit message (Expand)AuthorAgeFilesLines
* [Sanitizer][Darwin] Add interceptor for malloc_zone_from_ptrJulian Lettner2019-08-091-1/+10
* On Darwin add allocator address and size fields toDan Liew2019-01-211-0/+25
* On Darwin allow for sanitizer malloc implementations to provide a zoneDan Liew2019-01-211-4/+19
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add new `__sanitizer_mz_default_zone()` API which returns the address of the ...Dan Liew2018-12-061-0/+7
* Introduce `sanitizer_malloc_introspect_t` for Darwin which is a sub-class of ...Dan Liew2018-11-081-1/+23
* [NFC] Refactor initialisation of Darwin malloc zone fields into separate func...Dan Liew2018-11-021-1/+5
* [sanitizer] Fix Darwin buildVitaly Buka2018-03-241-0/+4
* Mmap interceptor providing mprotect supportVitaly Buka2018-03-241-25/+0
* [Sanitizers] Add more standard compliant posix_memalign implementation for LSan.Alex Shlyapnikov2018-03-121-6/+2
* Free zone name when destroying malloc zoneFrancis Ricci2017-04-131-0/+3
* [sanitizer] Make sure libmalloc doesn't remove the sanitizer zone from malloc...Kuba Mracek2016-12-111-0/+23
* [sanitizer] Handle malloc_destroy_zone() on DarwinKuba Mracek2016-12-111-0/+13
* [libsanitizer] Fix bugs and wiki links to point to GitHub.Alexander Potapenko2015-12-041-2/+2
* [ASan] Retire mac_ignore_invalid_free, remove some dead code.Alexander Potapenko2015-12-041-16/+6
* [asan] Remove system_malloc_zoneKuba Brecka2015-11-121-14/+3
* Whitespace fixup for r252052. NFC.Kuba Brecka2015-11-041-1/+2
* [tsan] Use malloc zone interceptors on OS X, part 1 (refactoring)Kuba Brecka2015-11-041-0/+349