Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CloverHackyColor/CloverBootloader
/ AllocatePool
Function
AllocatePool
Xcode/cpp_tests/src/Platform.cpp:140–143 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
138
139
140
void* AllocatePool(UINTN AllocationSize)
141
{
142
return (void*)malloc((size_t)AllocationSize);
143
}
144
145
void* AllocateZeroPool(UINTN AllocationSize)
146
{
Callers
15
ReallocatePool
Function · 0.70
MemoryAllocationLib.h
File · 0.50
BaseOrderedCollectionRedBlackTreeLib.c
File · 0.50
OrderedCollectionInsert
Function · 0.50
UefiDevicePathLib.c
File · 0.50
MemoryAllocationLib.c
File · 0.50
PciSegmentLibConstructor
Function · 0.50
EnlargeFreePeriodicSmiLibraryHandlerList
Function · 0.50
AddUnicodeString
Function · 0.50
AddUnicodeString2
Function · 0.50
UefiLib.c
File · 0.50
GetVariable2
Function · 0.50
Calls
1
malloc
Function · 0.50
Tested by
4
BdsMemoryTest
Function · 0.40
SmmInsertImageRecord
Function · 0.40
PublishMemoryAttributesTable
Function · 0.40
InstallMemoryAttributesTable
Function · 0.40