MCPcopy 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
82u_long
83redzone_size_ntor(u_long nsize)
84{
85
86 return (nsize + redzone_roundup(nsize) + REDZONE_FSIZE);
87}
88
89void *
90redzone_addr_ntor(caddr_t naddr)

Callers 3

malloc_dbgFunction · 0.85
redzone_setupFunction · 0.85
redzone_checkFunction · 0.85

Calls 1

redzone_roundupFunction · 0.85

Tested by

no test coverage detected