Searched defs:PyObject_GC_Resize (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | objimpl.h | 164 #define PyObject_GC_Resize(type, op, n) \ macro |
/external/python/cpython2/Include/ | ||
D | objimpl.h | 245 #define PyObject_GC_Resize(type, op, n) \ macro |