Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
static struct mempool_list mempool_list;
16
17
int
18
mempool_init(void)
19
{
20
TAILQ_INIT(&mempool_list);
21
22
return 0;
23
}
24
25
struct mempool *
26
mempool_find(const char *name)
Callers
1
main
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected