MCPcopy Index your code
hub / github.com/CloverHackyColor/CloverBootloader / FreePool

Function FreePool

Xcode/cpp_tests/src/Platform.cpp:159–162  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

157}
158
159void FreePool(const void* Buffer)
160{
161 free((void*)Buffer);
162}
163
164void ZeroMem(void *Destination, UINTN Length)
165{

Callers 15

FSI_FP_OpenFunction · 0.50
FSI_FP_CloseFunction · 0.50
FSI_FP_DeleteFunction · 0.50
FSI_FP_ReadFunction · 0.50
FSInjectionInstallFunction · 0.50
BiosVideoSetModeWorkerFunction · 0.50
CheckModeSupportedFunction · 0.50

Calls 1

freeFunction · 0.50

Tested by 3

BdsMemoryTestFunction · 0.40
TestNodeForMoveFunction · 0.40
testPoolPrintFloatFunction · 0.40