Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c70 UINTN mMemoryProfileDriverPathSize; variable
511 if (!IsDevicePathValid (mMemoryProfileDriverPath, mMemoryProfileDriverPathSize)) { in NeedRecordThisDriver()
643 mMemoryProfileDriverPathSize = PcdGetSize (PcdMemoryProfileDriverPath); in MemoryProfileInit()
644 …mMemoryProfileDriverPath = AllocateCopyPool (mMemoryProfileDriverPathSize, PcdGetPtr (PcdMemoryPro… in MemoryProfileInit()