Rename memory related routines to follow naming convention

这个提交包含在:
2024-01-15 15:13:34 +01:00
父节点 e64cf4d0aa
当前提交 8f40683270
共有 9 个文件被更改,包括 141 次插入141 次删除

查看文件

@@ -193,7 +193,7 @@ BlInvokeBootProtocol(IN PLIST_ENTRY OptionsList)
/* Check a length of modules list */
ModuleListLength = RtlWideStringLength(Option->Value, 0);
Status = BlMemoryAllocatePool(sizeof(PWCHAR) * ModuleListLength, (PVOID *)&ModulesList);
Status = BlAllocateMemoryPool(sizeof(PWCHAR) * ModuleListLength, (PVOID *)&ModulesList);
if(Status != STATUS_EFI_SUCCESS)
{
/* Failed to allocate memory, print error message and return status code */