MCPcopy Create free account
hub / github.com/SIPp/sipp / ~AllocVariableTable

Method ~AllocVariableTable

src/variables.cpp:303–308  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303AllocVariableTable::~AllocVariableTable()
304{
305 clear_str_int(variableMap);
306 clear_int_str(variableRevMap);
307 clear_int_int(variableReferences);
308}
309
310int AllocVariableTable::find(const char *varName, bool allocate)
311{

Callers

nothing calls this directly

Calls 3

clear_str_intFunction · 0.85
clear_int_strFunction · 0.85
clear_int_intFunction · 0.85

Tested by

no test coverage detected