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