EFI_FREE_PAGES

Frees memory pages.

@paramin Memory The base physical address of the pages to be freed. @paramin Pages The number of contiguous 4 KB pages to free.

@retval EFI_SUCCESS The requested pages were freed. @retval EFI_INVALID_PARAMETER Memory is not a page-aligned address or Pages is invalid. @retval EFI_NOT_FOUND The requested memory pages were not allocated with AllocatePages().

extern (C)
alias EFI_FREE_PAGES = EFI_STATUS function @nogc nothrow

Meta