Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
300
void *ff_mem_get_page()
301
{
302
return (void*)stklist_pop(&ff_mpage_ctl);
303
}
304
305
int ff_mem_free_addr(void *p)
306
{
Callers
1
ff_mmap
Function · 0.85
Calls
1
stklist_pop
Function · 0.85
Tested by
no test coverage detected