pyd v0.14.3 (2022-03-12T16:12:50Z)
Home
Dub
Repo
PyObjectArenaAllocator
deimos
python
objimpl
_
version(Python_3_5_Or_Later)
extern (
C
)
struct
PyObjectArenaAllocator {
void
*
ctx
;
void
*
function
(
void
*
ctx
,
size_t
size
)
alloc
;
void
*
function
(
void
*
ctx
,
void
*
ptr
,
size_t
size
)
free
;
}
Members
Variables
alloc
void
*
function
(
void
*
ctx
,
size_t
size
)
alloc
;
Undocumented in source.
ctx
void
*
ctx
;
Undocumented in source.
free
void
*
function
(
void
*
ctx
,
void
*
ptr
,
size_t
size
)
free
;
Undocumented in source.
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_GetArenaAllocator
PyObject_IS_GC
PyObject_Init
PyObject_InitVar
PyObject_Malloc
PyObject_New
PyObject_NewVar
PyObject_Realloc
PyObject_SetArenaAllocator
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
structs
PyObjectArenaAllocator
unions
PyGC_Head
_