@Namespace(value="cpu_features") @Properties(inherit=cpu_features.class) public class CacheLevelInfo extends Pointer
Pointer.CustomDeallocator, Pointer.Deallocator, Pointer.NativeDeallocator, Pointer.ReferenceCounter| Constructor and Description |
|---|
CacheLevelInfo()
Default native constructor.
|
CacheLevelInfo(long size)
Native array allocator.
|
CacheLevelInfo(Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
cache_size() |
CacheLevelInfo |
cache_size(int setter) |
int |
cache_type() |
CacheLevelInfo |
cache_type(int setter) |
CacheLevelInfo |
getPointer(long i) |
int |
level() |
CacheLevelInfo |
level(int setter) |
int |
line_size() |
CacheLevelInfo |
line_size(int setter) |
int |
partitioning() |
CacheLevelInfo |
partitioning(int setter) |
CacheLevelInfo |
position(long position) |
int |
tlb_entries() |
CacheLevelInfo |
tlb_entries(int setter) |
int |
ways() |
CacheLevelInfo |
ways(int 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, offsetof, offsetof, parseBytes, physicalBytes, position, put, realloc, referenceCount, releaseReference, retainReference, setNull, sizeof, sizeof, toString, totalBytes, totalCount, totalPhysicalBytes, withDeallocator, zeropublic CacheLevelInfo()
public CacheLevelInfo(long size)
Pointer.position(long).public CacheLevelInfo(Pointer p)
Pointer(Pointer).public CacheLevelInfo position(long position)
public CacheLevelInfo getPointer(long i)
getPointer in class Pointerpublic int level()
public CacheLevelInfo level(int setter)
public CacheLevelInfo cache_type(int setter)
public int cache_size()
public CacheLevelInfo cache_size(int setter)
public int ways()
public CacheLevelInfo ways(int setter)
public int line_size()
public CacheLevelInfo line_size(int setter)
public int tlb_entries()
public CacheLevelInfo tlb_entries(int setter)
public int partitioning()
public CacheLevelInfo partitioning(int setter)
Copyright © 2021. All rights reserved.