Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ redzone_size_ntor
Function
redzone_size_ntor
freebsd/vm/redzone.c:82–87 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
80
}
81
82
u_long
83
redzone_size_ntor(u_long nsize)
84
{
85
86
return (nsize + redzone_roundup(nsize) + REDZONE_FSIZE);
87
}
88
89
void *
90
redzone_addr_ntor(caddr_t naddr)
Callers
3
malloc_dbg
Function · 0.85
redzone_setup
Function · 0.85
redzone_check
Function · 0.85
Calls
1
redzone_roundup
Function · 0.85
Tested by
no test coverage detected