Searched refs:PyMem_REALLOC (Results 1 – 16 of 16) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/ |
D | pymem.h | 63 #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)) )
|
D | objimpl.h | 133 #define PyObject_REALLOC PyMem_REALLOC
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/ |
D | pymem.h | 63 #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)) )
|
D | objimpl.h | 133 #define PyObject_REALLOC PyMem_REALLOC
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
D | myreadline.c | 143 p = (char *)PyMem_REALLOC(p, n + incr); in PyOS_StdioReadline() 153 return (char *)PyMem_REALLOC(p, n+1); in PyOS_StdioReadline()
|
D | tokenizer.c | 657 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/ |
D | myreadline.c | 146 p = (char *)PyMem_REALLOC(p, n + incr); in PyOS_StdioReadline() 156 return (char *)PyMem_REALLOC(p, n+1); in PyOS_StdioReadline()
|
D | pgenmain.c | 152 return (char *)PyMem_REALLOC(p, n+1); in PyOS_Readline()
|
D | tokenizer.c | 637 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/ |
D | obmalloc.c | 1270 return PyMem_REALLOC(p, n); in PyObject_Realloc()
|
D | object.c | 2328 return PyMem_REALLOC(p, nbytes); in PyMem_Realloc()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/ |
D | obmalloc.c | 1319 return PyMem_REALLOC(p, n); in PyObject_Realloc()
|
D | object.c | 2349 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.c | 290 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.c | 289 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.c | 289 stack = PyMem_REALLOC(state->data_stack, cursize); in data_stack_grow()
|