Home
last modified time | relevance | path

Searched refs:Py_ADDRESS_IN_RANGE (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Misc/
Dvalgrind-python.supp11 # to use the preferred suppressions with Py_ADDRESS_IN_RANGE.
22 fun:Py_ADDRESS_IN_RANGE
28 fun:Py_ADDRESS_IN_RANGE
34 fun:Py_ADDRESS_IN_RANGE
40 fun:Py_ADDRESS_IN_RANGE
/external/python/cpython2/Objects/
Dobmalloc.c737 #define Py_ADDRESS_IN_RANGE(P, POOL) \ macro
760 #undef Py_ADDRESS_IN_RANGE
770 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()
1929 Py_ADDRESS_IN_RANGE(void *P, poolp pool) in Py_ADDRESS_IN_RANGE() function