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

Function ff_mem_get_page

lib/ff_memory.c:300–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

298}
299
300void *ff_mem_get_page()
301{
302 return (void*)stklist_pop(&ff_mpage_ctl);
303}
304
305int ff_mem_free_addr(void *p)
306{

Callers 1

ff_mmapFunction · 0.85

Calls 1

stklist_popFunction · 0.85

Tested by

no test coverage detected