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

Function __explicit_bzero_hook

freebsd/libkern/explicit_bzero.c:18–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

16__attribute__((weak)) void __explicit_bzero_hook(void *, size_t);
17
18__attribute__((weak)) void
19__explicit_bzero_hook(void *buf, size_t len)
20{
21}
22
23void
24explicit_bzero(void *buf, size_t len)

Callers 1

explicit_bzeroFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected