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
Need help?
Do you have a question about the Extensible Firmware Interface and is the answer not in the manual?