Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ mem_zero
Function
mem_zero
server/src/system.c:248–251 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
246
}
247
248
void mem_zero(void *block, unsigned size)
249
{
250
memset(block, 0, size);
251
}
252
253
int mem_check_imp()
254
{
Callers
14
Reset
Method · 0.85
netaddr_to_sockaddr_in
Function · 0.85
netaddr_to_sockaddr_in6
Function · 0.85
sockaddr_to_netaddr
Function · 0.85
net_host_lookup
Function · 0.85
net_addr_from_str
Function · 0.85
net_udp_send
Function · 0.85
Init
Method · 0.85
Open
Method · 0.85
CMain
Method · 0.85
OnDelClient
Method · 0.85
HandleMessage
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected