MCPcopy Create free account
hub / github.com/cppla/ServerStatus / mem_comp

Function mem_comp

server/src/system.c:1768–1771  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1766}
1767
1768int mem_comp(const void *a, const void *b, int size)
1769{
1770 return memcmp(a,b,size);
1771}
1772
1773const MEMSTATS *mem_stats()
1774{

Callers 3

NetCompFunction · 0.85
NetMatchMethod · 0.85
net_addr_compFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected