Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
71
extern
"C"
void
72
free(void *ptr)
73
{
74
DMTCP_PLUGIN_DISABLE_CKPT();
75
_real_free(ptr);
76
DMTCP_PLUGIN_ENABLE_CKPT();
77
}
78
79
extern
"C"
void *realloc(void *ptr, size_t size)
80
{
Callers
15
main
Function · 0.85
main
Function · 0.85
start_routine
Function · 0.85
main
Function · 0.85
start_routine
Function · 0.85
tfunc
Function · 0.85
msg_rcv
Function · 0.85
syscall-tester.c
File · 0.85
BasicGroups
Function · 0.85
main
Function · 0.85
start_routine
Function · 0.85
threadMain
Function · 0.85
Calls
no outgoing calls
Tested by
1
BasicGroups
Function · 0.68