MCPcopy Create free account
hub / github.com/CloverHackyColor/CloverBootloader / ZeroMem

Function ZeroMem

Xcode/cpp_tests/src/Platform.cpp:164–167  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

162}
163
164void ZeroMem(void *Destination, UINTN Length)
165{
166 memset(Destination, 0, (size_t)Length);
167}
168
169void SetMem(void *Destination, UINTN Length, char c)
170{

Callers 15

BaseMemoryLib.hFile · 0.50
ZeroMemWrapper.cFile · 0.50
StrToIpv6AddressFunction · 0.50
AsciiStrToIpv6AddressFunction · 0.50
String.cFile · 0.50
ZeroMemWrapper.cFile · 0.50
InternalAllocateZeroPoolFunction · 0.50
UsbGetDescriptorFunction · 0.50
UsbSetDescriptorFunction · 0.50
UsbGetInterfaceFunction · 0.50
UsbSetInterfaceFunction · 0.50
UsbGetConfigurationFunction · 0.50

Calls 1

memsetFunction · 0.50

Tested by 3

BdsMemoryTestFunction · 0.40
SmmInstallImageRecordFunction · 0.40
TestUnitReadyFunction · 0.40