Classes | |
| struct | PyObjectArenaAllocator | 
Macros | |
| #define | _PyObject_SIZE(typeobj) | 
| #define | _PyObject_VAR_SIZE(typeobj, nitems) | 
| #define | PyObject_INIT(op, typeobj) | 
| #define | PyObject_INIT_VAR(op, typeobj, size) | 
| #define | _PyGC_FINALIZED(o) | 
| #define | PyType_SUPPORTS_WEAKREFS(t) | 
Functions | |
| static PyObject * | _PyObject_INIT (PyObject *op, PyTypeObject *typeobj) | 
| static PyVarObject * | _PyObject_INIT_VAR (PyVarObject *op, PyTypeObject *typeobj, Py_ssize_t size) | 
| PyAPI_FUNC (Py_ssize_t) _Py_GetAllocatedBlocks(void) | |
| PyAPI_FUNC (void) PyObject_GetArenaAllocator(PyObjectArenaAllocator *allocator) | |
| PyAPI_FUNC (int) PyObject_IS_GC(PyObject *obj) | |
| PyAPI_FUNC (PyObject *) _PyObject_GC_Malloc(size_t size) | |
| PyAPI_FUNC (PyObject **) PyObject_GET_WEAKREFS_LISTPTR(PyObject *op) | |
| #define _PyObject_SIZE | ( | typeobj | ) | 
| #define _PyObject_VAR_SIZE | ( | typeobj, | |
| nitems | |||
| ) | 
| #define PyObject_INIT | ( | op, | |
| typeobj | |||
| ) | 
| #define _PyGC_FINALIZED | ( | o | ) | 
| #define PyType_SUPPORTS_WEAKREFS | ( | t | ) | 
      
  | 
  static | 
      
  | 
  static | 
| PyAPI_FUNC | ( | Py_ssize_t | ) | 
| PyAPI_FUNC | ( | void | ) | 
| PyAPI_FUNC | ( | int | ) | 
| PyAPI_FUNC | ( | PyObject * | ) | 
| PyAPI_FUNC | ( | PyObject ** | ) |