MCPcopy Create free account
hub / github.com/assaultcube/AC / delstring

Function delstring

source/src/tools.h:806–806  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

804inline char *newstringbuf() { return newstring(MAXSTRLEN-1); }
805inline char *newstringbuf(const char *s) { return newstring(s, MAXSTRLEN-1); }
806inline void delstring(const char *s) { delete[] (char *)s; }
807#define DELSTRING(s) if(s) { delstring(s); s = NULL; }
808
809#ifndef INT_LEAST64_MIN

Callers 15

cleartodoentitiesFunction · 0.85
loadskymapFunction · 0.85
gettexturelistFunction · 0.85
loopvrevFunction · 0.85
certMethod · 0.85
getlistindexFunction · 0.85
~servermapMethod · 0.85
loopvFunction · 0.85
filter_use_hx_modeinfoFunction · 0.85
listsubdirsFunction · 0.85
listfilesFunction · 0.85
loopvFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected