Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dobmalloc.c764 #define Py_NO_INLINE __attribute__((__noinline__)) macro
766 #define Py_NO_INLINE macro
770 int Py_ADDRESS_IN_RANGE(void *P, poolp pool) Py_NO_INLINE;
771 #undef Py_NO_INLINE