Searched defs:PyMem_NEW (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Include/ | ||
D | pymem.h | 86 #define PyMem_NEW(type, n) PyMem_New(type, n) macro |
/external/python/cpython2/Include/ | ||
D | pymem.h | 95 #define PyMem_NEW(type, n) \ macro |