MCPcopy Index your code
hub / github.com/F-Stack/f-stack / ff_free

Function ff_free

lib/ff_host_interface.c:130–135  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

128
129
130void
131ff_free(void *p)
132{
133 //rte_free(p);
134 free(p);
135}
136
137void panic(const char *, ...) __attribute__((__noreturn__));
138

Callers 3

ff_start_routineFunction · 0.85
freeFunction · 0.85
reallocfFunction · 0.85

Calls 1

freeFunction · 0.70

Tested by

no test coverage detected