MCPcopy Create free account
hub / github.com/F-Stack/f-stack / redzone_get_size

Function redzone_get_size

freebsd/vm/redzone.c:73–80  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

71}
72
73u_long
74redzone_get_size(caddr_t naddr)
75{
76 u_long nsize;
77
78 bcopy(naddr - REDZONE_CHSIZE - sizeof(u_long), &nsize, sizeof(nsize));
79 return (nsize);
80}
81
82u_long
83redzone_size_ntor(u_long nsize)

Callers 3

reallocFunction · 0.85
malloc_usable_sizeFunction · 0.85
redzone_addr_ntorFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected