OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyObject_SIZE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
168
#define
_PyObject_SIZE
(typeobj) ( (typeobj)->tp_basicsize )
194
(PyObject *) PyObject_MALLOC(
_PyObject_SIZE
(typeobj) ), (typeobj)) )
213
op = (PyObject *) Your_Allocator(
_PyObject_SIZE
(YourTypeStruct));
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
168
#define
_PyObject_SIZE
(typeobj) ( (typeobj)->tp_basicsize )
194
(PyObject *) PyObject_MALLOC(
_PyObject_SIZE
(typeobj) ), (typeobj)) )
213
op = (PyObject *) Your_Allocator(
_PyObject_SIZE
(YourTypeStruct));
Completed in 39 milliseconds