AsmJit
Low-Latency Machine Code Generation
Code or data buffer.
Returns a reference to the byte at the given index
.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
Returns code buffer flags.
Tests whether the code buffer has the given flag
set.
Tests whether this code buffer has a fixed size.
Fixed size means that the code buffer is fixed and cannot grow.
Tests whether the data in this code buffer is external.
External data can only be provided by users, it's never used by AsmJit.
Tests whether the data in this code buffer is allocated (non-null).
Tests whether the code buffer is empty.
Returns the size of the data.
Returns the capacity of the data.
Returns the pointer to the data the buffer references.
This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts.
The content of the buffer (data).
Number of bytes of data
used.
Buffer capacity (in bytes).
Buffer flags.