@Properties(inherit=numpy.class) public class PyDataMemAllocator extends Pointer
| Modifier and Type | Class and Description |
|---|---|
static class |
PyDataMemAllocator.Calloc_Pointer_long_long |
static class |
PyDataMemAllocator.Free_Pointer_Pointer_long |
static class |
PyDataMemAllocator.Malloc_Pointer_long |
static class |
PyDataMemAllocator.Realloc_Pointer_Pointer_long |
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
PyDataMemAllocator()
Default native constructor.
|
PyDataMemAllocator(long size)
Native array allocator.
|
PyDataMemAllocator(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PyDataMemAllocator.Free_Pointer_Pointer_long |
_free() |
PyDataMemAllocator |
_free(PyDataMemAllocator.Free_Pointer_Pointer_long setter) |
PyDataMemAllocator.Calloc_Pointer_long_long |
calloc() |
PyDataMemAllocator |
calloc(PyDataMemAllocator.Calloc_Pointer_long_long setter) |
Pointer |
ctx() |
PyDataMemAllocator |
ctx(Pointer setter) |
PyDataMemAllocator |
getPointer(long i) |
PyDataMemAllocator.Malloc_Pointer_long |
malloc() |
PyDataMemAllocator |
malloc(PyDataMemAllocator.Malloc_Pointer_long setter) |
PyDataMemAllocator |
position(long position) |
PyDataMemAllocator.Realloc_Pointer_Pointer_long |
realloc() |
PyDataMemAllocator |
realloc(PyDataMemAllocator.Realloc_Pointer_Pointer_long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getDirectBufferAddress, getPointer, getPointer, getPointer, hashCode, interruptDeallocatorThread, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, physicalBytesInaccurate, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic PyDataMemAllocator()
public PyDataMemAllocator(long size)
Pointer.position(long).public PyDataMemAllocator(Pointer p)
Pointer(Pointer).public PyDataMemAllocator position(long position)
public PyDataMemAllocator getPointer(long i)
getPointer in class Pointerpublic Pointer ctx()
public PyDataMemAllocator ctx(Pointer setter)
public PyDataMemAllocator.Malloc_Pointer_long malloc()
public PyDataMemAllocator malloc(PyDataMemAllocator.Malloc_Pointer_long setter)
public PyDataMemAllocator.Calloc_Pointer_long_long calloc()
public PyDataMemAllocator calloc(PyDataMemAllocator.Calloc_Pointer_long_long setter)
public PyDataMemAllocator.Realloc_Pointer_Pointer_long realloc()
public PyDataMemAllocator realloc(PyDataMemAllocator.Realloc_Pointer_Pointer_long setter)
@Name(value="free") public PyDataMemAllocator.Free_Pointer_Pointer_long _free()
public PyDataMemAllocator _free(PyDataMemAllocator.Free_Pointer_Pointer_long setter)
Copyright © 2023. All rights reserved.