Uses of Class
org.bytedeco.cpython.PyObjectArenaAllocator
Packages that use PyObjectArenaAllocator
-
Uses of PyObjectArenaAllocator in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyObjectArenaAllocatorModifier and TypeMethodDescriptionPyObjectArenaAllocator._free(PyObjectArenaAllocator.Free_Pointer_Pointer_long setter) PyObjectArenaAllocator.alloc(PyObjectArenaAllocator.Alloc_Pointer_long setter) PyObjectArenaAllocator.getPointer(long i) PyObjectArenaAllocator.position(long position) -
Uses of PyObjectArenaAllocator in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyObjectArenaAllocatorModifier and TypeMethodDescriptionstatic voidpython.PyObject_GetArenaAllocator(PyObjectArenaAllocator allocator) static voidpython.PyObject_SetArenaAllocator(PyObjectArenaAllocator allocator)