Package | Description |
---|---|
org.bytedeco.cpython | |
org.bytedeco.cpython.global |
Modifier and Type | Method and Description |
---|---|
PyMemAllocatorEx |
PyMemAllocatorEx._free(PyMemAllocatorEx.Free_Pointer_Pointer setter) |
PyMemAllocatorEx |
PyMemAllocatorEx.calloc(PyMemAllocatorEx.Calloc_Pointer_long_long setter) |
PyMemAllocatorEx |
PyMemAllocatorEx.ctx(Pointer setter) |
PyMemAllocatorEx |
PyMemAllocatorEx.malloc(PyMemAllocatorEx.Malloc_Pointer_long setter) |
PyMemAllocatorEx |
PyMemAllocatorEx.position(long position) |
PyMemAllocatorEx |
PyMemAllocatorEx.realloc(PyMemAllocatorEx.Realloc_Pointer_Pointer_long setter) |
Modifier and Type | Method and Description |
---|---|
static void |
python.PyMem_GetAllocator(int domain,
PyMemAllocatorEx allocator) |
static void |
python.PyMem_SetAllocator(int domain,
PyMemAllocatorEx allocator) |
Copyright © 2020. All rights reserved.