TF_AllocatorAttributes

public class TF_AllocatorAttributes

Public Constructors

TF_AllocatorAttributes()
Default native constructor.
TF_AllocatorAttributes(long size)
Native array allocator.
TF_AllocatorAttributes(Pointer p)
Pointer cast constructor.

Public Methods

TF_AllocatorAttributes
getPointer(long i)
byte
TF_AllocatorAttributes
on_host(byte setter)
TF_AllocatorAttributes
position(long position)
long
TF_AllocatorAttributes
struct_size(long setter)

Inherited Methods

Public Constructors

public TF_AllocatorAttributes ()

Default native constructor.

public TF_AllocatorAttributes (long size)

Native array allocator. Access with ERROR(/Pointer#position(long)).

public TF_AllocatorAttributes (Pointer p)

Pointer cast constructor. Invokes ERROR(/Pointer#Pointer(Pointer)).

Public Methods

public TF_AllocatorAttributes getPointer (long i)

public byte on_host ()

public TF_AllocatorAttributes on_host (byte setter)

public TF_AllocatorAttributes position (long position)

public long struct_size ()

public TF_AllocatorAttributes struct_size (long setter)