Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ memcpy_early
Function
memcpy_early
freebsd/kern/subr_early.c:58–63 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
56
#endif
57
58
void *
59
memcpy_early(void *to, const void *from, size_t len)
60
{
61
62
return (MEMCPY_EARLY_FUNC(to, from, len));
63
}
64
65
#ifndef MEMMOVE_EARLY_FUNC
66
#define MEMMOVE_EARLY_FUNC memmove
Callers
1
ucode_load_bsp
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected