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

Function realloc

src/plugin/alloc/mallocwrappers.cpp:79–85  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

77}
78
79extern "C" void *realloc(void *ptr, size_t size)
80{
81 DMTCP_PLUGIN_DISABLE_CKPT();
82 void *retval = _real_realloc(ptr, size);
83 DMTCP_PLUGIN_ENABLE_CKPT();
84 return retval;
85}

Callers 2

dmtcp_execlpeFunction · 0.85
pthread_getattr_npFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected