Skip to content

Commit 7659c24

Browse files
authored
Update Doc/c-api/memory.rst
1 parent f41ecdd commit 7659c24

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

Doc/c-api/memory.rst

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -675,9 +675,8 @@ the :envvar:`PYTHONMALLOC` environment variable (ex: ``PYTHONMALLOC=malloc``).
675675
Typically, it makes sense to disable the pymalloc allocator when building
676676
Python with AddressSanitizer (ASan) which helps uncover low level bugs within
677677
the 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
682681
Customize pymalloc Arena Allocator
683682
----------------------------------

0 commit comments

Comments
 (0)