Searched refs:AllocatedOutputBuffer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/SectionExtraction/
H A DCoreSectionExtraction.c1445 VOID *AllocatedOutputBuffer; local
1454 AllocatedOutputBuffer = NULL;
1485 AllocatedOutputBuffer = AllocatePool (OutputBufferSize);
1486 if (AllocatedOutputBuffer == NULL) {
1490 *OutputBuffer = AllocatedOutputBuffer;
1506 if (AllocatedOutputBuffer != NULL) {
1507 CoreFreePool (AllocatedOutputBuffer);
1516 if (*OutputBuffer != AllocatedOutputBuffer) {
1521 CopyMem (AllocatedOutputBuffer, *OutputBuffer, OutputBufferSize);
1522 *OutputBuffer = AllocatedOutputBuffer;
[all...]

Completed in 1689 milliseconds