MCPcopy Create free account
hub / github.com/SIPp/sipp / freeUserVarMap

Function freeUserVarMap

src/sipp.cpp:1068–1074  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1066}
1067
1068static void freeUserVarMap()
1069{
1070 for (int_vt_map::iterator vt_it = userVarMap.begin(); vt_it != userVarMap.end(); vt_it++) {
1071 vt_it->second->putTable();
1072 userVarMap[vt_it->first] = nullptr;
1073 }
1074}
1075
1076static void manage_oversized_file(int signum)
1077{

Callers 1

releaseGlobalAllocationsFunction · 0.85

Calls 1

putTableMethod · 0.80

Tested by

no test coverage detected