You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)