Home
last modified time | relevance | path

Searched refs:PyMem_RawRealloc (Results 1 – 21 of 21) sorted by relevance

/external/python/cpython3/Parser/
Dmyreadline.c195 wchar_t *tmp = PyMem_RawRealloc(wbuf, wbuflen * sizeof(wchar_t)); in _PyOS_WindowsConsoleReadline()
325 pr = (char *)PyMem_RawRealloc(p, n + incr); in PyOS_StdioReadline()
347 pr = (char *)PyMem_RawRealloc(p, n+1); in PyOS_StdioReadline()
/external/python/cpython3/Modules/
Dpwdmodule.c162 buf2 = PyMem_RawRealloc(buf, bufsize); in pwd_getpwuid()
245 buf2 = PyMem_RawRealloc(buf, bufsize); in pwd_getpwnam_impl()
Dgrpmodule.c143 buf2 = PyMem_RawRealloc(buf, bufsize); in grp_getgrgid()
233 buf2 = PyMem_RawRealloc(buf, bufsize); in grp_getgrnam_impl()
Dposixmodule.c4149 newbuf = PyMem_RawRealloc(buf, buflen); in posix_getcwd()
/external/python/cpython3/Include/
Dpymem.h97 PyAPI_FUNC(void *) PyMem_RawRealloc(void *ptr, size_t new_size);
/external/python/cpython3/Doc/c-api/
Dmemory.rst175 .. c:function:: void* PyMem_RawRealloc(void *p, size_t n)
185 :c:func:`PyMem_RawMalloc`, :c:func:`PyMem_RawRealloc` or
188 If the request fails, :c:func:`PyMem_RawRealloc` returns ``NULL`` and *p*
195 previous call to :c:func:`PyMem_RawMalloc`, :c:func:`PyMem_RawRealloc` or
453 * :c:func:`PyMem_RawRealloc`
643 :c:func:`PyMem_RawRealloc` for allocations larger than 512 bytes.
Dveryhigh.rst163 :c:func:`PyMem_RawRealloc`, or ``NULL`` if an error occurred.
167 :c:func:`PyMem_RawRealloc`, instead of being allocated by
Dinit.rst67 * :c:func:`PyMem_RawRealloc`
/external/python/cpython3/Modules/_testcapi/
Dmem.c238 ptr2 = PyMem_RawRealloc(ptr, size2); in test_setallocators()
/external/python/cpython3/Objects/
Dobmalloc.c961 PyMem_RawRealloc(void *ptr, size_t new_size) in PyMem_RawRealloc() function
1746 arenaobj = (struct arena_object *)PyMem_RawRealloc(allarenas, nbytes); in new_arena()
2515 return PyMem_RawRealloc(ptr, nbytes); in _PyObject_Realloc()
Dunicodeobject.c5328 bytes2 = PyMem_RawRealloc(bytes, final_size); in _Py_EncodeUTF8Ex()
/external/python/cpython3/PC/
Dpython3dll.c386 EXPORT_FUNC(PyMem_RawRealloc)
/external/python/cpython3/Doc/data/
Dstable_abi.dat401 func,PyMem_RawRealloc,3.13,,
Dpython3.13.abi455 …<elf-symbol name='PyMem_RawRealloc' type='func-type' binding='global-binding' visibility='default-…
12207PyMem_RawRealloc' mangled-name='PyMem_RawRealloc' filepath='./Include/pymem.h' line='97' column='1…
/external/python/cpython3/Misc/NEWS.d/
D3.13.0a2.rst1598 :c:func:`PyMem_RawRealloc` and :c:func:`PyMem_RawFree` to the limited C API.
/external/python/cpython3/Python/
Dinitconfig.c569 wchar_t **items2 = (wchar_t **)PyMem_RawRealloc(list->items, size); in PyWideStringList_Insert()
Dimport.c2393 p = PyMem_RawRealloc(inittab_copy, size); in PyImport_ExtendInittab()
/external/python/cpython3/Misc/
Dstable_abi.toml2472 [function.PyMem_RawRealloc]
DHISTORY3716 now be a string allocated by PyMem_RawMalloc() or PyMem_RawRealloc() (or NULL
/external/python/cpython3/Doc/whatsnew/
D3.13.rst2257 * :c:func:`PyMem_RawRealloc`
D3.4.rst2506 :c:func:`PyMem_RawRealloc`, or ``NULL`` if an error occurred, instead of a