Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
DMemoryProfileRecord.c1012 MEMORY_PROFILE_ALLOC_INFO_DATA *AllocInfoData; in CoreUpdateProfileAllocate() local
1040 AllocInfoData = NULL; in CoreUpdateProfileAllocate()
1043 sizeof (*AllocInfoData) + ActionStringSize, in CoreUpdateProfileAllocate()
1044 (VOID **) &AllocInfoData in CoreUpdateProfileAllocate()
1049 ASSERT (AllocInfoData != NULL); in CoreUpdateProfileAllocate()
1058 AllocInfo = &AllocInfoData->AllocInfo; in CoreUpdateProfileAllocate()
1059 AllocInfoData->Signature = MEMORY_PROFILE_ALLOC_INFO_SIGNATURE; in CoreUpdateProfileAllocate()
1071 AllocInfoData->ActionString = (CHAR8 *) (AllocInfoData + 1); in CoreUpdateProfileAllocate()
1072 CopyMem (AllocInfoData->ActionString, ActionString, ActionStringSize); in CoreUpdateProfileAllocate()
1075 AllocInfoData->ActionString = NULL; in CoreUpdateProfileAllocate()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c1131 MEMORY_PROFILE_ALLOC_INFO_DATA *AllocInfoData; in SmmCoreUpdateProfileAllocate() local
1159 AllocInfoData = NULL; in SmmCoreUpdateProfileAllocate()
1162 sizeof (*AllocInfoData) + ActionStringSize, in SmmCoreUpdateProfileAllocate()
1163 (VOID **) &AllocInfoData in SmmCoreUpdateProfileAllocate()
1168 ASSERT (AllocInfoData != NULL); in SmmCoreUpdateProfileAllocate()
1177 AllocInfo = &AllocInfoData->AllocInfo; in SmmCoreUpdateProfileAllocate()
1178 AllocInfoData->Signature = MEMORY_PROFILE_ALLOC_INFO_SIGNATURE; in SmmCoreUpdateProfileAllocate()
1190 AllocInfoData->ActionString = (CHAR8 *) (AllocInfoData + 1); in SmmCoreUpdateProfileAllocate()
1191 CopyMem (AllocInfoData->ActionString, ActionString, ActionStringSize); in SmmCoreUpdateProfileAllocate()
1194 AllocInfoData->ActionString = NULL; in SmmCoreUpdateProfileAllocate()
[all …]