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

Function __tsan_write_range

freebsd/kern/subr_csan.c:246–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

244}
245
246void
247__tsan_write_range(uintptr_t addr, size_t size)
248{
249 kcsan_access(addr, size, true, false, __RET_ADDR);
250}
251
252void __tsan_init(void);
253void __tsan_func_entry(void *);

Callers

nothing calls this directly

Calls 1

kcsan_accessFunction · 0.85

Tested by

no test coverage detected