EFI_FREE_POOL

Returns pool memory to the system.

@paramin Buffer The pointer to the buffer to free.

@retval EFI_SUCCESS The memory was returned to the system. @retval EFI_INVALID_PARAMETER Buffer was invalid.

extern (C)
alias EFI_FREE_POOL = EFI_STATUS function
(
void* Buffer
)
@nogc nothrow

Meta