Home
last modified time | relevance | path

Searched refs:PyObject_Realloc (Results 1 – 7 of 7) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
Dobjimpl.h98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
Dobjimpl.h98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
Dobmalloc.c1174 #undef PyObject_Realloc
1176 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc() function
1268 PyObject_Realloc(void *p, size_t n) in PyObject_Realloc() function
1515 q = (uchar *)PyObject_Realloc(q - 2*SST, total); in _PyObject_DebugReallocApi()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
Dobmalloc.c1222 #undef PyObject_Realloc
1225 PyObject_Realloc(void *p, size_t nbytes) in PyObject_Realloc() function
1317 PyObject_Realloc(void *p, size_t n) in PyObject_Realloc() function
1564 q = (uchar *)PyObject_Realloc(q - 2*SST, total); in _PyObject_DebugReallocApi()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
D_elementtree.c367 children = PyObject_Realloc(self->extra->children, in element_resize()
2492 memory_handler.realloc_fcn = PyObject_Realloc;
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dcompile.c627 tmp = (struct instr *)PyObject_Realloc( in compiler_next_instr()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dcompile.c650 tmp = (struct instr *)PyObject_Realloc( in compiler_next_instr()