Searched refs:PyMem_REALLOC (Results 1 – 2 of 2) sorted by relevance
/third_party/python/Include/ | ||
D | pymem.h | 87 #define PyMem_REALLOC(p, n) PyMem_Realloc(p, n) macro |
/third_party/python/Doc/c-api/ | ||
D | memory.rst | 294 * ``PyMem_REALLOC(ptr, size)`` |