Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ memguard_get_req_size
Function
memguard_get_req_size
freebsd/vm/memguard.c:507–511 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
505
}
506
507
unsigned long
508
memguard_get_req_size(const void *addr)
509
{
510
return (*v2sizep(trunc_page((uintptr_t)addr)));
511
}
Callers
1
malloc_usable_size
Function · 0.85
Calls
1
v2sizep
Function · 0.85
Tested by
no test coverage detected