Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h58 UINT32 AllocRecordCount; member
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c466 Print (L" AllocRecordCount - 0x%08x\n", DriverInfo->AllocRecordCount); in DumpMemoryProfileDriverInfo()
469 for (AllocIndex = 0; AllocIndex < DriverInfo->AllocRecordCount; AllocIndex++) { in DumpMemoryProfileDriverInfo()
831 for (AllocIndex = 0; AllocIndex < DriverInfo->AllocRecordCount; AllocIndex++) { in CreateDriverSummaryInfo()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c475 DriverInfo->AllocRecordCount = 0; in BuildDriverInfo()
1082 DriverInfo->AllocRecordCount ++; in CoreUpdateProfileAllocate()
1296 DriverInfo->AllocRecordCount --; in CoreUpdateProfileFree()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c476 DriverInfo->AllocRecordCount = 0; in BuildDriverInfo()
1201 DriverInfo->AllocRecordCount ++; in SmmCoreUpdateProfileAllocate()
1416 DriverInfo->AllocRecordCount --; in SmmCoreUpdateProfileFree()
2800 DEBUG ((EFI_D_INFO, " AllocRecordCount - 0x%08x\n", DriverInfo->AllocRecordCount)); in DumpSmramProfile()