Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ stack_alloc
Function
stack_alloc
dpdk/drivers/mempool/stack/rte_mempool_stack.c:32–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
30
}
31
32
static int
33
stack_alloc(struct rte_mempool *mp)
34
{
35
return __stack_alloc(mp, 0);
36
}
37
38
static int
39
lf_stack_alloc(struct rte_mempool *mp)
Callers
nothing calls this directly
Calls
1
__stack_alloc
Function · 0.85
Tested by
no test coverage detected