mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-05-06 23:39:31 +03:00
commit
d0f1881948
1 changed files with 1 additions and 1 deletions
|
@ -562,7 +562,7 @@ clang -g -o test-wrong -Iinclude test/test-wrong.c out/debug/libmimalloc-asan-de
|
||||||
|
|
||||||
Since the address sanitizer redirects the standard allocation functions, on some platforms (macOSX for example)
|
Since the address sanitizer redirects the standard allocation functions, on some platforms (macOSX for example)
|
||||||
it is required to compile mimalloc with `-DMI_OVERRIDE=OFF`.
|
it is required to compile mimalloc with `-DMI_OVERRIDE=OFF`.
|
||||||
Adress sanitizer support is in its initial development -- please report any issues.
|
Address sanitizer support is in its initial development -- please report any issues.
|
||||||
|
|
||||||
[asan]: https://github.com/google/sanitizers/wiki/AddressSanitizer
|
[asan]: https://github.com/google/sanitizers/wiki/AddressSanitizer
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue