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

Function ff_mem_free_addr

lib/ff_memory.c:305–309  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

303}
304
305int ff_mem_free_addr(void *p)
306{
307 stklist_push(&ff_mpage_ctl, (const uint64_t)p);
308 return 0;
309}
310
311static inline void ff_offload_set(struct ff_dpdk_if_context *ctx, void *m, struct rte_mbuf *head)
312{

Callers 1

ff_munmapFunction · 0.85

Calls 1

stklist_pushFunction · 0.85

Tested by

no test coverage detected