MCPcopy Create free account
hub / github.com/dmtcp/dmtcp / free

Function free

src/plugin/alloc/mallocwrappers.cpp:71–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

69}
70
71extern "C" void
72free(void *ptr)
73{
74 DMTCP_PLUGIN_DISABLE_CKPT();
75 _real_free(ptr);
76 DMTCP_PLUGIN_ENABLE_CKPT();
77}
78
79extern "C" void *realloc(void *ptr, size_t size)
80{

Callers 15

mainFunction · 0.85
mainFunction · 0.85
start_routineFunction · 0.85
mainFunction · 0.85
start_routineFunction · 0.85
tfuncFunction · 0.85
msg_rcvFunction · 0.85
syscall-tester.cFile · 0.85
BasicGroupsFunction · 0.85
mainFunction · 0.85
start_routineFunction · 0.85
threadMainFunction · 0.85

Calls

no outgoing calls

Tested by 1

BasicGroupsFunction · 0.68