mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Fix a further markup problem noted by FLD
This commit is contained in:
@@ -646,7 +646,7 @@ should be faster than the system \function{malloc()} and have less
|
||||
memory overhead. The allocator uses C's \function{malloc()} function
|
||||
to get large pools of memory, and then fulfills smaller memory
|
||||
requests from these pools. It can be enabled by providing the
|
||||
\longprogramopt{--with-pymalloc} option to the \program{configure} script; see
|
||||
\longprogramopt{with-pymalloc} option to the \program{configure} script; see
|
||||
\file{Objects/obmalloc.c} for the implementation details.
|
||||
Contributed by Vladimir Marangozov.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user