Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ redzone_addr_ntor
Function
redzone_addr_ntor
freebsd/vm/redzone.c:89–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
void *
90
redzone_addr_ntor(caddr_t naddr)
91
{
92
93
return (naddr - redzone_roundup(redzone_get_size(naddr)));
94
}
95
96
/*
97
* Set redzones and remember allocation backtrace.
Callers
1
free_dbg
Function · 0.85
Calls
2
redzone_roundup
Function · 0.85
redzone_get_size
Function · 0.85
Tested by
no test coverage detected