Searched defs:AllocOffset (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/CryptoPkg/Library/BaseCryptLib/SysCall/
H A DRuntimeMemAllocation.c230 UINTN AllocOffset; local
240 AllocOffset = LookupFreeMemRegion (AllocationSize);
241 if (AllocOffset == (UINTN)(-1)) {
250 AllocPtr = mRTPageTable->DataAreaBase + AllocOffset;
251 StartPage = RT_SIZE_TO_PAGES (AllocOffset);
255 mRTPageTable->Pages[StartPage + Index].StartPageOffset = AllocOffset;
260 mRTPageTable->LastEmptyPageOffset = AllocOffset + RT_PAGES_TO_SIZE (ReqPages);

Completed in 32 milliseconds