Home
last modified time | relevance | path

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

/external/python/cpython2/Misc/
Dvalgrind-python.supp14 # suppressions for PyObject_Free and PyObject_Realloc.
160 ### fun:PyObject_Realloc
166 ### fun:PyObject_Realloc
172 ### fun:PyObject_Realloc
178 ### fun:PyObject_Realloc
184 ### fun:PyObject_Realloc
Dpymemcompat.h50 #define PyObject_Realloc PyMem_Realloc macro
DREADME.valgrind13 suppress the warnings for PyObject_Free and PyObject_Realloc
/external/python/cpython2/Include/
Dobjimpl.h98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
121 #define PyObject_Realloc _PyObject_DebugRealloc macro
127 #define PyObject_REALLOC PyObject_Realloc
/external/python/cpython2/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()
/external/python/cpython2/PC/os2emx/
Dpython27.def499 "PyObject_Realloc"
/external/python/cpython2/Modules/
D_elementtree.c374 children = PyObject_Realloc(self->extra->children, in element_resize()
2511 memory_handler.realloc_fcn = PyObject_Realloc;
/external/python/cpython2/Python/
Dcompile.c650 tmp = (struct instr *)PyObject_Realloc( in compiler_next_instr()
/external/python/cpython2/Doc/whatsnew/
D2.3.rst1847 :c:func:`PyObject_Malloc`, :c:func:`PyObject_Realloc`, and :c:func:`PyObject_Free`.
D2.5.rst2147 raw memory, while :c:func:`PyObject_Malloc`, :c:func:`PyObject_Realloc`, and