Searched refs:address_in_range (Results 1 – 6 of 6) sorted by relevance
11 # to use the preferred suppressions with address_in_range.22 fun:address_in_range28 fun:address_in_range34 fun:address_in_range40 fun:address_in_range
1640 address_in_range(void *p, poolp pool) in address_in_range() function1723 address_in_range(void *p, poolp pool) in address_in_range() function2182 if (UNLIKELY(!address_in_range(p, pool))) { in pymalloc_free()2270 if (!address_in_range(p, pool)) { in pymalloc_realloc()
253 replace the old implementation of address_in_range(). The radix tree259 the previous address_in_range(). The old address_in_range() was marked with
18 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.
47 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.
1592 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.