Lines Matching full:param
706 * \param The seed for the PRNG.
721 * \param hint If nonzero, the allocation is attempted to be placed at the
727 * \param size The size of the allocation in bytes. Must be a multiple of the
730 * \param alignment The alignment of the allocation in bytes. Must be a
733 * \param permissions The page permissions of the newly allocated pages.
749 * \param address The start address of the pages to free. This address must
752 * \param size The size in bytes of the region to free. This must match the
764 * \param address The start address of the range. Must be aligned to
767 * \param size The size in bytes of the range. Must be a multiple
770 * \param permissions The new permissions for the range.
785 * \param address The start address of the guard region. Must be aligned to
788 * \param size The size of the guard region in bytes. Must be a multiple of
802 * \param address The start address of the guard region to free. This address
806 * \param size The size in bytes of the guard region to free. This must match
814 * \param hint Placement hint. See AllocatePages.
816 * \param size The size of the allocation in bytes. Must be a multiple of the
819 * \param permissions The page permissions of the newly allocated pages.
821 * \param handle A platform-specific handle to a shared memory object. See
824 * \param offset The offset in the shared memory object at which the mapping
840 * \param address The start address of the pages to free. This address must
843 * \param size The size in bytes of the region to free. This must match the
862 * \param hint Hints where the subspace should be allocated. See
865 * \param size The size in bytes of the subspace. Must be a multiple of the
868 * \param alignment The alignment of the subspace in bytes. Must be a multiple
871 * \param max_page_permissions The maximum permissions that pages allocated in
891 * \param address The start address of the range. Must be aligned to
894 * \param size The size in bytes of the range. Must be a multiple
897 * \param permissions The permissions for the range that the pages must have.