Structs§
- JitAllocator
- A simple implementation of memory manager that uses virtual_memory. functions to manage virtual memory for JIT compiled code.
- JitAllocator
Options - Span
- A memory reference returned by
JitAllocator::alloc
Enums§
- Reset
Policy - A policy that can be used with
reset()functions.