host_page_size
Function - Provide the system's virtual page size.
SYNOPSIS
kern_return_t host_page_size
(host_t host,
vm_size_t page_size);
PARAMETERS
- host
-
[in host-name send right]
The name (or control) port for the host for
which the page size is desired.
- page_size
-
[out scalar]
The host's page size (in bytes).
DESCRIPTION
The host_page_size function returns the page size for the given host.
RETURN VALUES
Only generic errors apply.
RELATED INFORMATION
Functions:
mach_host_self.