OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AllocInfoList
(Results
1 - 2
of
2
) sorted by null
/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Mem/
MemoryProfileRecord.c
32
LIST_ENTRY *
AllocInfoList
;
471
DriverInfoData->
AllocInfoList
= (LIST_ENTRY *) (DriverInfoData + 1);
472
InitializeListHead (DriverInfoData->
AllocInfoList
);
478
DriverInfoData->PdbString = (CHAR8 *) (DriverInfoData->
AllocInfoList
+ 1);
[
all
...]
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
SmramProfileRecord.c
32
LIST_ENTRY *
AllocInfoList
;
472
DriverInfoData->
AllocInfoList
= (LIST_ENTRY *) (DriverInfoData + 1);
473
InitializeListHead (DriverInfoData->
AllocInfoList
);
479
DriverInfoData->PdbString = (CHAR8 *) (DriverInfoData->
AllocInfoList
+ 1);
[
all
...]
Completed in 187 milliseconds