Home
last modified time | relevance | path

Searched refs:PyMem_REALLOC (Results 1 – 16 of 16) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/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
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
Dobjimpl.h133 #define PyObject_REALLOC PyMem_REALLOC
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
Dobjimpl.h133 #define PyObject_REALLOC PyMem_REALLOC
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/
Dmyreadline.c143 p = (char *)PyMem_REALLOC(p, n + incr); in PyOS_StdioReadline()
153 return (char *)PyMem_REALLOC(p, n+1); in PyOS_StdioReadline()
Dtokenizer.c657 buf = PyMem_REALLOC(buf, final_length); in translate_newlines()
898 buf = (char *)PyMem_REALLOC(buf, newlen+1); in tok_nextc()
970 newbuf = (char *)PyMem_REALLOC(newbuf, in tok_nextc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Parser/
Dmyreadline.c146 p = (char *)PyMem_REALLOC(p, n + incr); in PyOS_StdioReadline()
156 return (char *)PyMem_REALLOC(p, n+1); in PyOS_StdioReadline()
Dpgenmain.c152 return (char *)PyMem_REALLOC(p, n+1); in PyOS_Readline()
Dtokenizer.c637 buf = PyMem_REALLOC(buf, final_length); in translate_newlines()
878 buf = (char *)PyMem_REALLOC(buf, newlen+1); in tok_nextc()
950 newbuf = (char *)PyMem_REALLOC(newbuf, in tok_nextc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1270 return PyMem_REALLOC(p, n); in PyObject_Realloc()
Dobject.c2328 return PyMem_REALLOC(p, nbytes); in PyMem_Realloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1319 return PyMem_REALLOC(p, n); in PyObject_Realloc()
Dobject.c2349 return PyMem_REALLOC(p, nbytes); in PyMem_Realloc()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
D_sre.c290 stack = PyMem_REALLOC(state->data_stack, cursize); in data_stack_grow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_sre.c289 stack = PyMem_REALLOC(state->data_stack, cursize); in data_stack_grow()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Modules/
D_sre.c289 stack = PyMem_REALLOC(state->data_stack, cursize); in data_stack_grow()