Home
last modified time | relevance | path

Searched defs:PyMem_REALLOC (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dpymem.h63 #define PyMem_REALLOC _PyMem_DebugRealloc macro
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \ macro
/external/python/cpython3/Include/
Dpymem.h128 #define PyMem_REALLOC(p, n) PyMem_Realloc(p, n) macro