SIGN IN SIGN UP

bpo-37448: Use radix tree for pymalloc address_in_range(). (GH-14474)

The radix tree approach is a relatively simple and memory sanitary
alternative to the old (slightly) unsanitary address_in_range().
To disable the radix tree map, set a preprocessor flag as follows:
-DWITH_PYMALLOC_RADIX_TREE=0.

Co-authored-by: Tim Peters <tim.peters@gmail.com>
N
Neil Schemenauer committed
85b6b70589c187639aeebc560d67e9cc04abb4d8
Parent: a54fc68
Committed by GitHub <noreply@github.com> on 3/30/2021, 2:51:15 AM