MCPcopy Create free account
hub / github.com/csmith-project/csmith / doFinalization

Method doFinalization

src/FunctionInvocationUser.cpp:390–395  ·  view source on GitHub ↗

* Release all dynamic memory */

Source from the content-addressed store, hash-verified

388 * Release all dynamic memory
389 */
390void
391FunctionInvocationUser::doFinalization(void)
392{
393 invocations.clear();
394 return_facts.clear();
395}
396
397///////////////////////////////////////////////////////////////////////////////
398

Callers

nothing calls this directly

Calls 1

clearMethod · 0.45

Tested by

no test coverage detected