Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ strdel
Method
strdel
gecode/driver/options.cpp:72–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
70
}
71
72
void
73
BaseOption::strdel(const char* s) {
74
if (s == nullptr)
75
return;
76
heap.rfree(const_cast<char*>(s));
77
}
78
79
char*
80
BaseOption::argument(int argc, char* argv[]) const {
Callers
nothing calls this directly
Calls
1
rfree
Method · 0.45
Tested by
no test coverage detected