MCPcopy 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
140void* AllocatePool(UINTN AllocationSize)
141{
142 return (void*)malloc((size_t)AllocationSize);
143}
144
145void* AllocateZeroPool(UINTN AllocationSize)
146{

Callers 15

ReallocatePoolFunction · 0.70
OrderedCollectionInsertFunction · 0.50
PciSegmentLibConstructorFunction · 0.50
AddUnicodeStringFunction · 0.50
AddUnicodeString2Function · 0.50
UefiLib.cFile · 0.50
GetVariable2Function · 0.50

Calls 1

mallocFunction · 0.50

Tested by 4

BdsMemoryTestFunction · 0.40
SmmInsertImageRecordFunction · 0.40