Home
last modified time | relevance | path

Searched refs:Valloc (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/EmulatorPkg/Library/GuardUefiMemoryAllocationLib/
DMemoryAllocationLib.c60 return gEmuThunk->Valloc (Pages * EFI_PAGE_SIZE); in InternalAllocatePages()
215 Memory = gEmuThunk->Valloc (Pages * EFI_PAGE_SIZE); in InternalAllocateAlignedPages()
239 Memory = gEmuThunk->Valloc (Pages * EFI_PAGE_SIZE); in InternalAllocateAlignedPages()
/device/linaro/bootloader/edk2/EmulatorPkg/Include/Protocol/
DEmuThunk.h230 EMU_OS_VMALLOC Valloc; member