OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_PyObject_VAR_SIZE
(Results
1 - 2
of
2
) sorted by null
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
objimpl.h
170
/*
_PyObject_VAR_SIZE
returns the number of bytes (as size_t) allocated for a
181
# error "
_PyObject_VAR_SIZE
requires SIZEOF_VOID_P be a power of 2"
184
#define
_PyObject_VAR_SIZE
(typeobj, nitems) \
198
(PyVarObject *) PyObject_MALLOC(
_PyObject_VAR_SIZE
((typeobj),(n)) ),\
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
objimpl.h
170
/*
_PyObject_VAR_SIZE
returns the number of bytes (as size_t) allocated for a
181
# error "
_PyObject_VAR_SIZE
requires SIZEOF_VOID_P be a power of 2"
184
#define
_PyObject_VAR_SIZE
(typeobj, nitems) \
198
(PyVarObject *) PyObject_MALLOC(
_PyObject_VAR_SIZE
((typeobj),(n)) ),\
Completed in 20 milliseconds