pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
PyGC_Head
deimos
python
objimpl
GC information is stored BEFORE the object structure.
extern (
C
)
union
PyGC_Head {
struct
_gc
;
_gc
gc
;
real
dummy
;
}
Members
Structs
_gc
struct
_gc
_
Variables
dummy
real
dummy
;
_
gc
_gc
gc
;
_
Meta
Source
See Implementation
deimos
python
objimpl
functions
PyGC_Collect
PyObject_Calloc
PyObject_Free
PyObject_GC_Del
PyObject_GC_New
PyObject_GC_NewVar
PyObject_GC_Resize
PyObject_GC_Track
PyObject_GC_UnTrack
PyObject_GET_WEAKREFS_LISTPTR
PyObject_IS_GC
PyObject_Init
PyObject_InitVar
PyObject_Malloc
PyObject_New
PyObject_NewVar
PyObject_Realloc
PyType_IS_GC
PyType_SUPPORTS_WEAKREFS
_PyObject_GC_Calloc
_PyObject_GC_Malloc
_PyObject_GC_New
_PyObject_GC_NewVar
_PyObject_GC_Resize
_PyObject_New
_PyObject_NewVar
unions
PyGC_Head
GC information is stored BEFORE the object structure.