Searched refs:Py_ADDRESS_IN_RANGE (Results 1 – 2 of 2) sorted by relevance
11 # to use the preferred suppressions with Py_ADDRESS_IN_RANGE.22 fun:Py_ADDRESS_IN_RANGE28 fun:Py_ADDRESS_IN_RANGE34 fun:Py_ADDRESS_IN_RANGE40 fun:Py_ADDRESS_IN_RANGE
737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ macro760 #undef Py_ADDRESS_IN_RANGE770 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;1013 if (Py_ADDRESS_IN_RANGE(p, pool)) { in PyObject_Free()1253 if (Py_ADDRESS_IN_RANGE(p, pool)) { in PyObject_Realloc()1935 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE() function