MCPcopy 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
32static int
33stack_alloc(struct rte_mempool *mp)
34{
35 return __stack_alloc(mp, 0);
36}
37
38static int
39lf_stack_alloc(struct rte_mempool *mp)

Callers

nothing calls this directly

Calls 1

__stack_allocFunction · 0.85

Tested by

no test coverage detected