Home
last modified time | relevance | path

Searched refs:AllocatedBuffer (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
DType.c42 VOID *AllocatedBuffer; in TypeFileByHandle() local
50 AllocatedBuffer = AllocateZeroPool(ReadSize); in TypeFileByHandle()
51 if (AllocatedBuffer == NULL) { in TypeFileByHandle()
59 Buffer = AllocatedBuffer; in TypeFileByHandle()
156 FreePool (AllocatedBuffer); in TypeFileByHandle()