MCPcopy Create free account
hub / github.com/F-Stack/f-stack / mempool_init

Function mempool_init

dpdk/examples/ip_pipeline/mempool.c:17–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15static struct mempool_list mempool_list;
16
17int
18mempool_init(void)
19{
20 TAILQ_INIT(&mempool_list);
21
22 return 0;
23}
24
25struct mempool *
26mempool_find(const char *name)

Callers 1

mainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected