AsmJit
Low-Latency Machine Code Generation
Zone with N
bytes of a static storage, used for the initial block.
Temporary zones are used in cases where it's known that some memory will be required, but in many cases it won't exceed N bytes, so the whole operation can be performed without a dynamic memory allocation.
1
)explicitnoexcept◆ Creates a temporary zone. Dynamic block size is specified by blockSize
.