Searched defs:PyMem_REALLOC (Results 1 – 2 of 2) sorted by relevance
63 #define PyMem_REALLOC _PyMem_DebugRealloc macro76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \ macro
65 #define PyMem_REALLOC(p, n) PyMem_Realloc(p, n) macro