HomeSort by relevance Sort by last modified time
    Searched refs:PyObject_Realloc (Results 1 - 19 of 19) sorted by null

  /external/python/cpython2/Misc/
pymemcompat.h 21 PyObject_Malloc, PyObject_Realloc, PyObject_Free
50 #define PyObject_Realloc PyMem_Realloc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /external/python/cpython2/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
98 PyAPI_FUNC(void *) PyObject_Realloc(void *, size_t);
120 #define PyObject_REALLOC _PyObject_DebugRealloc
121 #define PyObject_Realloc _PyObject_DebugRealloc
127 #define PyObject_REALLOC PyObject_Realloc
133 #define PyObject_REALLOC PyMem_REALLOC
  /external/python/cpython3/Include/
objimpl.h 82 PyObject_Realloc(NULL, n) acts like PyObject_Malloc(n).
83 PyObject_Realloc(p != NULL, 0) does not return NULL, or free the memory
101 PyAPI_FUNC(void *) PyObject_Realloc(void *ptr, size_t new_size);
118 #define PyObject_REALLOC PyObject_Realloc
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
obmalloc.c     [all...]
  /external/python/cpython2/Objects/
obmalloc.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_elementtree.c 367 children = PyObject_Realloc(self->extra->children,
    [all...]
  /external/python/cpython2/Modules/
_elementtree.c 384 children = PyObject_Realloc(self->extra->children,
    [all...]
  /external/python/cpython3/Objects/
bytearrayobject.c 252 sval = PyObject_Realloc(obj->ob_bytes, alloc);
    [all...]
obmalloc.c 646 PyObject_Realloc(void *ptr, size_t new_size)
    [all...]
  /external/python/cpython3/Modules/
pyexpat.c 19 PyObject_Malloc, PyObject_Realloc, PyObject_Free};
    [all...]
_elementtree.c 466 children = PyObject_Realloc(self->extra->children,
    [all...]
_testcapimodule.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
compile.c 650 tmp = (struct instr *)PyObject_Realloc(
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
compile.c 627 tmp = (struct instr *)PyObject_Realloc(
    [all...]
  /external/python/cpython2/Python/
compile.c 650 tmp = (struct instr *)PyObject_Realloc(
    [all...]
  /external/python/cpython3/Python/
compile.c 829 tmp = (struct instr *)PyObject_Realloc(
    [all...]

Completed in 78 milliseconds