Skip to content
Snippets Groups Projects
Commit d6c558c0 authored by Damien George's avatar Damien George
Browse files

py/parse: Use m_renew_maybe to ensure that memory is shrunk in-place.

The chunks of memory that the parser allocates contain parse nodes and
are pointed to from many places, so these chunks cannot be relocated
by the memory manager.  This patch makes it so that when a chunk is
shrunk to fit, it is not relocated.
parent add930c4
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment