asmjit::VirtMem::DualMapping Struct Reference

Dual memory mapping used to map an anonymous memory into two memory regions where one region is read-only, but executable, and the second region is read+write, but not executable.

See VirtMem::allocDualMapping() for more details.

Public Members

Member Data Documentation

void* VirtMem::DualMapping::rx◆ 

Pointer to data with 'Read+Execute' access (this memory is not writable).

void* VirtMem::DualMapping::rw◆ 

Pointer to data with 'Read+Write' access (this memory is not executable).