Home
last modified time | relevance | path

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

/external/python/cpython3/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
/external/python/cpython3/Objects/
Dobmalloc.c1350 address_in_range(void *p, poolp pool) in address_in_range() function
1629 if (!address_in_range(p, pool)) { in pymalloc_free()
1867 if (!address_in_range(p, pool)) { in pymalloc_realloc()
/external/python/cpython3/Misc/NEWS.d/
D3.7.0b2.rst18 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.
D3.6.5rc1.rst47 ``Py_ADDRESS_IN_RANG`` to ``address_in_range``.