Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Gecode/gecode
/ memcpy
Method
memcpy
gecode/support/allocator.hpp:90–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
88
::free(p);
89
}
90
forceinline void*
91
Allocator::memcpy(void *d, const void *s, size_t n) {
92
return ::memcpy(d,s,n);
93
}
94
95
}}
96
Callers
1
copy
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected