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