v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
ios-headers.h File Reference
#include <mach/mach.h>
#include <mach/vm_map.h>
Include dependency graph for ios-headers.h:

Go to the source code of this file.

Functions

__BEGIN_DECLS kern_return_t mach_vm_remap (vm_map_t target_task, mach_vm_address_t *target_address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, vm_map_t src_task, mach_vm_address_t src_address, boolean_t copy, vm_prot_t *cur_protection, vm_prot_t *max_protection, vm_inherit_t inheritance)
 
kern_return_t mach_vm_map (vm_map_t target_task, mach_vm_address_t *address, mach_vm_size_t size, mach_vm_offset_t mask, int flags, mem_entry_name_port_t object, memory_object_offset_t offset, boolean_t copy, vm_prot_t cur_protection, vm_prot_t max_protection, vm_inherit_t inheritance)
 

Function Documentation

◆ mach_vm_map()

kern_return_t mach_vm_map ( vm_map_t target_task,
mach_vm_address_t * address,
mach_vm_size_t size,
mach_vm_offset_t mask,
int flags,
mem_entry_name_port_t object,
memory_object_offset_t offset,
boolean_t copy,
vm_prot_t cur_protection,
vm_prot_t max_protection,
vm_inherit_t inheritance )

◆ mach_vm_remap()

__BEGIN_DECLS kern_return_t mach_vm_remap ( vm_map_t target_task,
mach_vm_address_t * target_address,
mach_vm_size_t size,
mach_vm_offset_t mask,
int flags,
vm_map_t src_task,
mach_vm_address_t src_address,
boolean_t copy,
vm_prot_t * cur_protection,
vm_prot_t * max_protection,
vm_inherit_t inheritance )
Here is the caller graph for this function: