Go to the source code of this file.
|
| uint64_t | arion::sys_mmap (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel) |
| |
| uint64_t | arion::sys_mmap2 (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel) |
| |
| uint64_t | arion::sys_mprotect (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel) |
| |
| uint64_t | arion::sys_munmap (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel) |
| |
| uint64_t | arion::sys_brk (std::shared_ptr< Arion > arion, std::vector< SYS_PARAM > params, bool &cancel) |
| |
◆ ARION_MMAP_MIN_ADDR
| #define ARION_MMAP_MIN_ADDR 0x10000 |