asmjit::JitAllocator::WriteScope Class Reference [¶]
Write scope can be used to create a single scope that is optimized for writing multiple spans.
Write scope can be used to create a single scope that is optimized for writing multiple spans.
Returns JitAllocator associated with this write scope.
Returns cache policy this write scope is using.
Similar to JitAllocator::write(span, offset, src, size)
, but under a write scope.
Similar to JitAllocator::write(span, write_fn, user_data)
, but under a write scope.
Similar to JitAllocator::write(span, <lambda>)
, but under a write scope.
Link to the allocator.
Write scope data.