Lines Matching refs:permissions
391 * Memory permissions.
400 // permissions. The resulting behavior is platform-specific, currently
413 Permission permissions) = 0;
427 * Sets permissions on pages in an allocated range.
430 Permission permissions) = 0;
445 * permissions. However, in that case the memory content is guaranteed to be
567 * Possible permissions for memory pages.
636 * The maximum page permissions that pages allocated inside this space can
639 * \returns the maximum page permissions.
660 * Allocates private memory pages with the given alignment and permissions.
674 * \param permissions The page permissions of the newly allocated pages.
682 PagePermissions permissions) = 0;
699 * Sets permissions of all allocated pages in the given range.
707 * \param permissions The new permissions for the range.
712 Address address, size_t size, PagePermissions permissions) = 0;
749 * Allocates shared memory pages with the given permissions.
756 * \param permissions The page permissions of the newly allocated pages.
768 AllocateSharedPages(Address hint, size_t size, PagePermissions permissions,
808 * \param max_page_permissions The maximum permissions that pages allocated in
841 * permissions. However, in that case the memory content is guaranteed to be