OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocInfoData
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
826
MEMORY_PROFILE_ALLOC_INFO_DATA *
AllocInfoData
;
829
AllocInfoData
= NULL;
844
sizeof (*
AllocInfoData
),
845
(VOID **) &
AllocInfoData
850
ASSERT (
AllocInfoData
!= NULL);
851
AllocInfo = &
AllocInfoData
->AllocInfo;
852
AllocInfoData
->Signature = MEMORY_PROFILE_ALLOC_INFO_SIGNATURE;
863
InsertTailList (DriverInfoData->AllocInfoList, &
AllocInfoData
->Link);
913
MEMORY_PROFILE_ALLOC_INFO_DATA *
AllocInfoData
;
920
AllocInfoData
= CR (
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
830
MEMORY_PROFILE_ALLOC_INFO_DATA *
AllocInfoData
;
833
AllocInfoData
= NULL;
848
sizeof (*
AllocInfoData
),
849
(VOID **) &
AllocInfoData
854
AllocInfo = &
AllocInfoData
->AllocInfo;
855
AllocInfoData
->Signature = MEMORY_PROFILE_ALLOC_INFO_SIGNATURE;
866
InsertTailList (DriverInfoData->AllocInfoList, &
AllocInfoData
->Link);
917
MEMORY_PROFILE_ALLOC_INFO_DATA *
AllocInfoData
;
924
AllocInfoData
= CR (
930
AllocInfo = &
AllocInfoData
->AllocInfo;
[
all
...]
Completed in 60 milliseconds