Skip to content

AddressSanitizerIncompatiblity

Alexander Potapenko edited this page Aug 31, 2015 · 3 revisions

TODO: this page is incomplete

malloc

AddressSanitizer uses its own memory allocator (malloc, free, etc). If your code depends on a particular feature or extension of glibc malloc, tcmalloc or some other malloc, it may not work as you expect.

Virtual memory

AddressSanitizer uses a lot of virtual address space (17T on x86_64 Linux)

Clone this wiki locally