File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -675,9 +675,8 @@ the :envvar:`PYTHONMALLOC` environment variable (ex: ``PYTHONMALLOC=malloc``).
675675Typically, it makes sense to disable the pymalloc allocator when building
676676Python with AddressSanitizer (ASan) which helps uncover low level bugs within
677677the C code. While pymalloc doesn't break under ASan, the ASan works more
678- effectively with the system allocator (since we do not add any padding in
679- between the objects managed/allocated by pymalloc and we do not annotate/poison
680- the "inaccessible" memory between the pymalloc allocated objects).
678+ effectively with the system allocator (ASan does not track
679+ individual allocations done by pymalloc).
681680
682681Customize pymalloc Arena Allocator
683682----------------------------------
You can’t perform that action at this time.
0 commit comments