Changeset 58459 in vbox for trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/MemoryAllocationLib.h
- Timestamp:
- Oct 28, 2015 8:17:18 PM (9 years ago)
- Location:
- trunk/src/VBox/Devices/EFI/Firmware
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/EFI/Firmware
-
Property svn:mergeinfo
set to (toggle deleted branches)
/vendor/edk2/current 103735-103757
-
Property svn:mergeinfo
set to (toggle deleted branches)
-
trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Library/MemoryAllocationLib.h
r48674 r58459 7 7 much easier to port algorithms from phase to phase. 8 8 9 Copyright (c) 2006 - 20 08, Intel Corporation. All rights reserved.<BR>9 Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR> 10 10 This program and the accompanying materials 11 11 are licensed and made available under the terms and conditions of the BSD License … … 111 111 112 112 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 113 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 113 114 114 115 @param Pages The number of 4 KB pages to allocate. … … 135 136 136 137 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 138 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 137 139 138 140 @param Pages The number of 4 KB pages to allocate. … … 159 161 160 162 If Alignment is not a power of two and Alignment is not zero, then ASSERT(). 163 If Pages plus EFI_SIZE_TO_PAGES (Alignment) overflows, then ASSERT(). 161 164 162 165 @param Pages The number of 4 KB pages to allocate.
Note:
See TracChangeset
for help on using the changeset viewer.