Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cppla/ServerStatus
/ MEMTAIL
Class
MEMTAIL
server/src/system.c:154–157 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
152
} MEMHEADER;
153
154
typedef struct MEMTAIL
155
{
156
int guard;
157
} MEMTAIL;
158
159
static struct MEMHEADER *first = 0;
160
static const int MEM_GUARD_VAL = 0xbaadc0de;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected