Skip to content

AddressSanitizerIncompatiblity

Kostya Serebryany edited this page Dec 2, 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 (20T on x86_64 Linux)

Clone this wiki locally