Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
164
void ZeroMem(void *Destination, UINTN Length)
165
{
166
memset(Destination, 0, (size_t)Length);
167
}
168
169
void SetMem(void *Destination, UINTN Length, char c)
170
{
Callers
15
BaseMemoryLib.h
File · 0.50
ZeroMemWrapper.c
File · 0.50
StrToIpv6Address
Function · 0.50
AsciiStrToIpv6Address
Function · 0.50
String.c
File · 0.50
ZeroMemWrapper.c
File · 0.50
InternalAllocateZeroPool
Function · 0.50
UsbGetDescriptor
Function · 0.50
UsbSetDescriptor
Function · 0.50
UsbGetInterface
Function · 0.50
UsbSetInterface
Function · 0.50
UsbGetConfiguration
Function · 0.50
Calls
1
memset
Function · 0.50
Tested by
3
BdsMemoryTest
Function · 0.40
SmmInstallImageRecord
Function · 0.40
TestUnitReady
Function · 0.40