Lines Matching full:param

647    * \param The seed for the PRNG.
662 * \param hint If nonzero, the allocation is attempted to be placed at the
668 * \param size The size of the allocation in bytes. Must be a multiple of the
671 * \param alignment The alignment of the allocation in bytes. Must be a
674 * \param permissions The page permissions of the newly allocated pages.
690 * \param address The start address of the pages to free. This address must
693 * \param size The size in bytes of the region to free. This must match the
701 * \param address The start address of the range. Must be aligned to
704 * \param size The size in bytes of the range. Must be a multiple
707 * \param permissions The new permissions for the range.
722 * \param address The start address of the guard region. Must be aligned to
725 * \param size The size of the guard region in bytes. Must be a multiple of
739 * \param address The start address of the guard region to free. This address
743 * \param size The size in bytes of the guard region to free. This must match
751 * \param hint Placement hint. See AllocatePages.
753 * \param size The size of the allocation in bytes. Must be a multiple of the
756 * \param permissions The page permissions of the newly allocated pages.
758 * \param handle A platform-specific handle to a shared memory object. See
761 * \param offset The offset in the shared memory object at which the mapping
777 * \param address The start address of the pages to free. This address must
780 * \param size The size in bytes of the region to free. This must match the
799 * \param hint Hints where the subspace should be allocated. See
802 * \param size The size in bytes of the subspace. Must be a multiple of the
805 * \param alignment The alignment of the subspace in bytes. Must be a multiple
808 * \param max_page_permissions The maximum permissions that pages allocated in