@Properties(inherit=hdf5.class) public class H5_alloc_stats_t extends Pointer
/** Allocation statistics info struct
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
H5_alloc_stats_t()
Default native constructor.
|
H5_alloc_stats_t(long size)
Native array allocator.
|
H5_alloc_stats_t(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
long |
curr_alloc_blocks_count()
Current # of blocks allocated
|
H5_alloc_stats_t |
curr_alloc_blocks_count(long setter) |
long |
curr_alloc_bytes()
Current # of bytes allocated
|
H5_alloc_stats_t |
curr_alloc_bytes(long setter) |
H5_alloc_stats_t |
getPointer(long i) |
long |
max_block_size()
Largest block allocated
|
H5_alloc_stats_t |
max_block_size(long setter) |
long |
peak_alloc_blocks_count()
Peak # of blocks allocated
|
H5_alloc_stats_t |
peak_alloc_blocks_count(long setter) |
long |
peak_alloc_bytes()
Peak # of bytes allocated
|
H5_alloc_stats_t |
peak_alloc_bytes(long setter) |
H5_alloc_stats_t |
position(long position) |
long |
total_alloc_blocks_count()
Running count of total # of blocks allocated
|
H5_alloc_stats_t |
total_alloc_blocks_count(long setter) |
long |
total_alloc_bytes()
Running count of total # of bytes allocated
|
H5_alloc_stats_t |
total_alloc_bytes(long setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, getPointer, getPointer, getPointer, hashCode, isNull, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetAddress, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic H5_alloc_stats_t()
public H5_alloc_stats_t(long size)
Pointer.position(long).public H5_alloc_stats_t(Pointer p)
Pointer(Pointer).public H5_alloc_stats_t position(long position)
public H5_alloc_stats_t getPointer(long i)
getPointer in class Pointer@Cast(value="unsigned long long") public long total_alloc_bytes()
public H5_alloc_stats_t total_alloc_bytes(long setter)
public H5_alloc_stats_t curr_alloc_bytes(long setter)
public H5_alloc_stats_t peak_alloc_bytes(long setter)
public H5_alloc_stats_t max_block_size(long setter)
@Cast(value="size_t") public long total_alloc_blocks_count()
public H5_alloc_stats_t total_alloc_blocks_count(long setter)
@Cast(value="size_t") public long curr_alloc_blocks_count()
public H5_alloc_stats_t curr_alloc_blocks_count(long setter)
@Cast(value="size_t") public long peak_alloc_blocks_count()
public H5_alloc_stats_t peak_alloc_blocks_count(long setter)
Copyright © 2021. All rights reserved.