HomeSort by relevance Sort by last modified time
    Searched refs:PyMem_Realloc (Results 26 - 50 of 57) sorted by null

12 3

  /external/python/cpython3/Modules/_io/
stringio.c 109 new_buf = (Py_UCS4 *)PyMem_Realloc(self->buf, alloc * sizeof(Py_UCS4));
  /external/python/cpython3/Modules/
_localemodule.c 369 wchar_t * new_buf = PyMem_Realloc(buf, (n2+1)*sizeof(wchar_t));
_lzmamodule.c 960 tmp = PyMem_Realloc(d->input_buffer, new_size);
    [all...]
unicodedata.c 530 new_output = PyMem_Realloc(output, osize*sizeof(Py_UCS4));
    [all...]
mathmodule.c     [all...]
_testbuffer.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
mathmodule.c 921 v = PyMem_Realloc(p, sizeof(double) * m);
    [all...]
arraymodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
mathmodule.c 921 v = PyMem_Realloc(p, sizeof(double) * m);
    [all...]
arraymodule.c     [all...]
  /external/python/cpython2/Modules/
mathmodule.c 920 v = PyMem_Realloc(p, sizeof(double) * m);
    [all...]
arraymodule.c     [all...]
  /external/python/cpython3/Objects/
codeobject.c 880 co_extra = PyMem_Realloc(
obmalloc.c 566 PyMem_Realloc(void *ptr, size_t new_size)
    [all...]
  /external/python/cpython2/Modules/_ctypes/
callproc.c     [all...]
  /external/python/cpython3/Modules/_ctypes/
callproc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
bytearrayobject.c 259 sval = PyMem_Realloc(((PyByteArrayObject *)self)->ob_bytes, alloc);
    [all...]
object.c     [all...]
fileobject.c 537 file->f_setbuf = (char *)PyMem_Realloc(file->f_setbuf,
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
bytearrayobject.c 259 sval = PyMem_Realloc(((PyByteArrayObject *)self)->ob_bytes, alloc);
    [all...]
object.c     [all...]
fileobject.c 530 file->f_setbuf = (char *)PyMem_Realloc(file->f_setbuf,
    [all...]
  /external/python/cpython2/Objects/
object.c     [all...]
bytearrayobject.c 279 sval = PyMem_Realloc(((PyByteArrayObject *)self)->ob_bytes, alloc);
    [all...]
fileobject.c 542 file->f_setbuf = (char *)PyMem_Realloc(file->f_setbuf,
    [all...]

Completed in 5817 milliseconds

12 3