MCPcopy 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
60static void
61keycpy(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_installFunction · 0.70

Calls 1

memcpyFunction · 0.50

Tested by

no test coverage detected