OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CurrentTotalUsage
(Results
1 - 4
of
4
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Include/Guid/
MemoryProfile.h
35
UINT64
CurrentTotalUsage
;
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
879
Context->
CurrentTotalUsage
+= Size;
880
if (Context->PeakTotalUsage < Context->
CurrentTotalUsage
) {
881
Context->PeakTotalUsage = Context->
CurrentTotalUsage
;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
882
Context->
CurrentTotalUsage
+= Size;
883
if (Context->PeakTotalUsage < Context->
CurrentTotalUsage
) {
884
Context->PeakTotalUsage = Context->
CurrentTotalUsage
;
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
MemoryProfileInfo.c
361
Print (L"
CurrentTotalUsage
- 0x%016lx\n", Context->
CurrentTotalUsage
);
366
Print (L"
CurrentTotalUsage
[0x%02x] - 0x%016lx (%s)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex], mMemoryTypeString[TypeIndex]);
Completed in 2110 milliseconds