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

Class MEMHEADER

server/src/system.c:145–152  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

143/* */
144
145typedef struct MEMHEADER
146{
147 const char *filename;
148 int line;
149 int size;
150 struct MEMHEADER *prev;
151 struct MEMHEADER *next;
152} MEMHEADER;
153
154typedef struct MEMTAIL
155{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected