OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyMem_REALLOC
(Results
1 - 8
of
8
) sorted by null
/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)) )
objimpl.h
133
#define PyObject_REALLOC
PyMem_REALLOC
/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)) )
objimpl.h
133
#define PyObject_REALLOC
PyMem_REALLOC
/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)) )
objimpl.h
133
#define PyObject_REALLOC
PyMem_REALLOC
/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)) )
objimpl.h
133
#define PyObject_REALLOC
PyMem_REALLOC
Completed in 2421 milliseconds