Home
last modified time | relevance | path

Searched refs:address_in_range (Results 1 – 6 of 6) sorted by relevance

/third_party/python/Misc/
Dvalgrind-python.supp11 # to use the preferred suppressions with address_in_range.
22 fun:address_in_range
28 fun:address_in_range
34 fun:address_in_range
40 fun:address_in_range
/third_party/python/Objects/
Dobmalloc.c1640 address_in_range(void *p, poolp pool) in address_in_range() function
1723 address_in_range(void *p, poolp pool) in address_in_range() function
2182 if (UNLIKELY(!address_in_range(p, pool))) { in pymalloc_free()
2270 if (!address_in_range(p, pool)) { in pymalloc_realloc()
/third_party/python/Misc/NEWS.d/
D3.10.0a7.rst253 replace the old implementation of address_in_range(). The radix tree
259 the previous address_in_range(). The old address_in_range() was marked with
D3.7.0b2.rst18 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.
D3.6.5rc1.rst47 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.
D3.8.0a1.rst1592 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.