Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ keycpy
Function
keycpy
dpdk/lib/table/rte_swx_table_em.c:60–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
#endif
59
60
static void
61
keycpy(void *dst, void *src, uint32_t n_bytes)
62
{
63
memcpy(dst, src, n_bytes);
64
}
65
66
#define KEYS_PER_BUCKET 4
67
Callers
1
bkt_key_install
Function · 0.70
Calls
1
memcpy
Function · 0.50
Tested by
no test coverage detected