MCPcopy 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
154typedef struct MEMTAIL
155{
156 int guard;
157} MEMTAIL;
158
159static struct MEMHEADER *first = 0;
160static const int MEM_GUARD_VAL = 0xbaadc0de;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected