
AsmJit Project
Low-Latency Machine Code Generation
JIT execution runtime is a special Target
that is designed to store and execute the generated code.
nullptr
)explicitnoexcept◆ Creates a JitRuntime
instance.
Destroys the JitRuntime
instance.
Returns the associated JitAllocator
.
Allocates memory needed for a code stored in the CodeHolder
and relocates the code to the pointer allocated.
The beginning of the memory allocated for the function is returned in dst
. If failed Error
code is returned and dst
is explicitly set to nullptr
(this means that you don't have to set it to null before calling add()
).
Releases p
which was obtained by calling add()
.
Type-unsafe version of add()
.
Type-unsafe version of release()
.
Virtual memory allocator.