Uses of Class
org.bytedeco.cpython.PyMemAllocatorEx
Packages that use PyMemAllocatorEx
-
Uses of PyMemAllocatorEx in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyMemAllocatorExModifier and TypeMethodDescriptionPyMemAllocatorEx._free(PyMemAllocatorEx.Free_Pointer_Pointer setter) PyMemAllocatorEx.calloc(PyMemAllocatorEx.Calloc_Pointer_long_long setter) PyMemAllocatorEx.getPointer(long i) PyMemAllocatorEx.malloc(PyMemAllocatorEx.Malloc_Pointer_long setter) PyMemAllocatorEx.position(long position) PyMemAllocatorEx.realloc(PyMemAllocatorEx.Realloc_Pointer_Pointer_long setter) -
Uses of PyMemAllocatorEx in org.bytedeco.cpython.global
Methods in org.bytedeco.cpython.global with parameters of type PyMemAllocatorExModifier and TypeMethodDescriptionstatic voidpython.PyMem_GetAllocator(int domain, PyMemAllocatorEx allocator) static voidpython.PyMem_SetAllocator(int domain, PyMemAllocatorEx allocator)