Freepool() - Intel Extensible Firmware Interface Specification

Intel extensible firmware interface specification
Table of Contents

Advertisement

Extensible Firmware Interface Specification
3.2.5

FreePool()

Summary
Returns pool memory to the system.
Prototype
EFI_STATUS
FreePool (
IN VOID
);
Parameters
Buffer
Description
The
FreePool()
the memory's type is EfiConventionalMemory. The
allocated by AllocatePool().
Status Codes Returned
EFI_SUCCESS
EFI_INVALID_PARAMETER
54
*Buffer
Pointer to the buffer to free.
function returns the memory specified by
The memory was returned to the system.
Buffer
was invalid.
12/12/00
to the system. On return,
Buffer
that is freed must have been
Buffer
Version 1.02

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?

Subscribe to Our Youtube Channel

Table of Contents