OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PyObject_New
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
29
-
PyObject_New
(type, typeobj) allocates memory for a new object of the given
156
#define
PyObject_New
(type, typeobj) \
192
#define
PyObject_NEW
(type, typeobj) \
202
allocator, where
PyObject_New
is inlined, and shows the important
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
29
-
PyObject_New
(type, typeobj) allocates memory for a new object of the given
156
#define
PyObject_New
(type, typeobj) \
192
#define
PyObject_NEW
(type, typeobj) \
202
allocator, where
PyObject_New
is inlined, and shows the important
Completed in 36 milliseconds