Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
DMemoryProfile.h35 UINT64 CurrentTotalUsage; member
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c879 Context->CurrentTotalUsage += Size; in CoreUpdateProfileAllocate()
880 if (Context->PeakTotalUsage < Context->CurrentTotalUsage) { in CoreUpdateProfileAllocate()
881 Context->PeakTotalUsage = Context->CurrentTotalUsage; in CoreUpdateProfileAllocate()
1053 Context->CurrentTotalUsage -= AllocInfo->Size; in CoreUpdateProfileFree()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c882 Context->CurrentTotalUsage += Size; in SmmCoreUpdateProfileAllocate()
883 if (Context->PeakTotalUsage < Context->CurrentTotalUsage) { in SmmCoreUpdateProfileAllocate()
884 Context->PeakTotalUsage = Context->CurrentTotalUsage; in SmmCoreUpdateProfileAllocate()
1057 Context->CurrentTotalUsage -= AllocInfo->Size; in SmmCoreUpdateProfileFree()
1856 DEBUG ((EFI_D_INFO, " CurrentTotalUsage - 0x%016lx\n", Context->CurrentTotalUsage)); in DumpSmramProfile()
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c361 Print (L" CurrentTotalUsage - 0x%016lx\n", Context->CurrentTotalUsage); in DumpMemoryProfileContext()