HomeSort by relevance Sort by last modified time
    Searched defs:PyMem_REALLOC (Results 1 - 7 of 7) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
  /external/python/cpython2/Include/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
  /prebuilts/gdb/darwin-x86/include/python2.7/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
  /prebuilts/gdb/linux-x86/include/python2.7/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
pymem.h 53 PyAPI_FUNC(void *) PyMem_Realloc(void *, size_t);
63 #define PyMem_REALLOC _PyMem_DebugRealloc
76 #define PyMem_REALLOC(p, n) ((size_t)(n) > (size_t)PY_SSIZE_T_MAX ? NULL \
107 (type *) PyMem_Realloc((p), (n) * sizeof(type)) )
110 (type *) PyMem_REALLOC((p), (n) * sizeof(type)) )

Completed in 855 milliseconds