Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
1768
int mem_comp(const void *a, const void *b, int size)
1769
{
1770
return memcmp(a,b,size);
1771
}
1772
1773
const MEMSTATS *mem_stats()
1774
{
Callers
3
NetComp
Function · 0.85
NetMatch
Method · 0.85
net_addr_comp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected