MCPcopy 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
248void mem_zero(void *block, unsigned size)
249{
250 memset(block, 0, size);
251}
252
253int mem_check_imp()
254{

Callers 14

ResetMethod · 0.85
netaddr_to_sockaddr_inFunction · 0.85
netaddr_to_sockaddr_in6Function · 0.85
sockaddr_to_netaddrFunction · 0.85
net_host_lookupFunction · 0.85
net_addr_from_strFunction · 0.85
net_udp_sendFunction · 0.85
InitMethod · 0.85
OpenMethod · 0.85
CMainMethod · 0.85
OnDelClientMethod · 0.85
HandleMessageMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected