- Notifications
You must be signed in to change notification settings - Fork1.1k
AddressSanitizerIncompatiblity
Kostya Serebryany edited this pageDec 2, 2015 ·3 revisions
TODO: this page is incomplete
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.
AddressSanitizer uses a lot of virtual address space (20T on x86_64 Linux)