Home
last modified time | relevance | path

Searched refs:OldBuffer (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Text/
H A DTextChange.cs57 OldBuffer = oldBuffer; in TextChange()
65 public ITextBuffer OldBuffer { get; private set; } property
71 if (_oldText == null && OldBuffer != null)
73 _oldText = GetText(OldBuffer, OldPosition, OldLength);
117 OldBuffer.Equals(change.OldBuffer) && in Equals()
141 …Position ^ NewPosition ^ OldLength ^ NewLength ^ NewBuffer.GetHashCode() ^ OldBuffer.GetHashCode(); in GetHashCode()
155 …if (OldBuffer != null && IsReplace && NewLength > OldLength && NewText.StartsWith(OldText, StringC… in Normalize()
160 oldBuffer: OldBuffer, in Normalize()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/
H A DMemoryAllocationLibPosix.c531 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
537 if (NewBuffer != NULL && OldBuffer != NULL) { in ReallocatePool()
538 memcpy (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in ReallocatePool()
540 if (OldBuffer != NULL) { in ReallocatePool()
541 FreePool(OldBuffer); in ReallocatePool()
572 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
575 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
604 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
607 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/
H A DMemoryAllocationLibPosix.c531 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
537 if (NewBuffer != NULL && OldBuffer != NULL) { in ReallocatePool()
538 memcpy (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in ReallocatePool()
540 if (OldBuffer != NULL) { in ReallocatePool()
541 FreePool(OldBuffer); in ReallocatePool()
572 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
575 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
604 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
607 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/
H A DMemoryAllocationLibPosix.c531 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
537 if (NewBuffer != NULL && OldBuffer != NULL) { in ReallocatePool()
538 memcpy (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in ReallocatePool()
540 if (OldBuffer != NULL) { in ReallocatePool()
541 FreePool(OldBuffer); in ReallocatePool()
572 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
575 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
604 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
607 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/edk2/edk2-edk2-stable202102/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/
H A DMemoryAllocationLibPosix.c531 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
537 if (NewBuffer != NULL && OldBuffer != NULL) { in ReallocatePool()
538 memcpy (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in ReallocatePool()
540 if (OldBuffer != NULL) { in ReallocatePool()
541 FreePool(OldBuffer); in ReallocatePool()
572 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
575 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
604 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
607 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/UnitTestFrameworkPkg/Library/Posix/MemoryAllocationLibPosix/
H A DMemoryAllocationLibPosix.c531 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
537 if (NewBuffer != NULL && OldBuffer != NULL) { in ReallocatePool()
538 memcpy (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in ReallocatePool()
540 if (OldBuffer != NULL) { in ReallocatePool()
541 FreePool(OldBuffer); in ReallocatePool()
572 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
575 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
604 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
607 return ReallocatePool (OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu/qemu-6.2.0/roms/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/uefi-edk2-qemu/edk2-edk2-stable201911/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c680 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
686 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
687 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
688 FreePool (OldBuffer); in InternalReallocatePool()
719 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
722 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
751 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
754 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
783 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
786 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/edk2/edk2-edk2-stable202102/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
H A DMemoryAllocationLib.c674 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
680 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
681 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
682 FreePool (OldBuffer); in InternalReallocatePool()
713 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
716 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
745 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
748 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
777 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
780 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu60/qemu-6.0.0/roms/edk2/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c708 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
714 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
715 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
716 FreePool (OldBuffer); in InternalReallocatePool()
747 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
750 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
779 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
782 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
811 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
814 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/MdeModulePkg/Library/DxeCoreMemoryAllocationLib/
H A DMemoryAllocationLib.c689 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
695 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
696 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
697 FreePool (OldBuffer); in InternalReallocatePool()
728 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
731 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
760 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
763 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
792 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
795 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c681 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
687 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
688 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
689 FreePool (OldBuffer); in InternalReallocatePool()
720 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
723 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
752 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
755 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
784 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
787 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu42/qemu-4.2.1/roms/edk2/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c708 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
714 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
715 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
716 FreePool (OldBuffer); in InternalReallocatePool()
747 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
750 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
779 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
782 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
811 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
814 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c708 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
714 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
715 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
716 FreePool (OldBuffer); in InternalReallocatePool()
747 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
750 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
779 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
782 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
811 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
814 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c681 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
687 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
688 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
689 FreePool (OldBuffer); in InternalReallocatePool()
720 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
723 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
752 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
755 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
784 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
787 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c708 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
714 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
715 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
716 FreePool (OldBuffer); in InternalReallocatePool()
747 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
750 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
779 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
782 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
811 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
814 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/emulators/qemu5/qemu-5.2.0/roms/edk2/MdePkg/Library/UefiMemoryAllocationLib/
H A DMemoryAllocationLib.c681 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
687 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
688 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
689 FreePool (OldBuffer); in InternalReallocatePool()
720 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
723 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
752 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
755 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
784 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
787 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()
/dports/sysutils/uefi-edk2-bhyve/edk2-edk2-stable202102/MdePkg/Library/PeiMemoryAllocationLib/
H A DMemoryAllocationLib.c708 IN VOID *OldBuffer OPTIONAL in InternalReallocatePool()
714 if (NewBuffer != NULL && OldBuffer != NULL) { in InternalReallocatePool()
715 CopyMem (NewBuffer, OldBuffer, MIN (OldSize, NewSize)); in InternalReallocatePool()
716 FreePool (OldBuffer); in InternalReallocatePool()
747 IN VOID *OldBuffer OPTIONAL in ReallocatePool()
750 return InternalReallocatePool (EfiBootServicesData, OldSize, NewSize, OldBuffer); in ReallocatePool()
779 IN VOID *OldBuffer OPTIONAL in ReallocateRuntimePool()
782 return InternalReallocatePool (EfiRuntimeServicesData, OldSize, NewSize, OldBuffer); in ReallocateRuntimePool()
811 IN VOID *OldBuffer OPTIONAL in ReallocateReservedPool()
814 return InternalReallocatePool (EfiReservedMemoryType, OldSize, NewSize, OldBuffer); in ReallocateReservedPool()

12345678910>>...15