OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PyObject_MALLOC
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
80
PyObject_Malloc
(0) returns a unique non-NULL pointer if possible.
82
PyObject_Realloc(NULL, n) acts like
PyObject_Malloc
(n).
97
PyAPI_FUNC(void *)
PyObject_Malloc
(size_t);
118
#define
PyObject_MALLOC
_PyObject_DebugMalloc
119
#define
PyObject_Malloc
_PyObject_DebugMalloc
126
#define
PyObject_MALLOC
PyObject_Malloc
132
#define
PyObject_MALLOC
PyMem_MALLOC
194
(PyObject *)
PyObject_MALLOC
( _PyObject_SIZE(typeobj) ), (typeobj)) )
198
(PyVarObject *)
PyObject_MALLOC
(_PyObject_VAR_SIZE((typeobj),(n)) ),
[
all
...]
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
80
PyObject_Malloc
(0) returns a unique non-NULL pointer if possible.
82
PyObject_Realloc(NULL, n) acts like
PyObject_Malloc
(n).
97
PyAPI_FUNC(void *)
PyObject_Malloc
(size_t);
118
#define
PyObject_MALLOC
_PyObject_DebugMalloc
119
#define
PyObject_Malloc
_PyObject_DebugMalloc
126
#define
PyObject_MALLOC
PyObject_Malloc
132
#define
PyObject_MALLOC
PyMem_MALLOC
194
(PyObject *)
PyObject_MALLOC
( _PyObject_SIZE(typeobj) ), (typeobj)) )
198
(PyVarObject *)
PyObject_MALLOC
(_PyObject_VAR_SIZE((typeobj),(n)) ),
[
all
...]
Completed in 24 milliseconds