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

Function __tsan_read_range

freebsd/kern/subr_csan.c:240–244  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238void __tsan_write_range(uintptr_t, size_t);
239
240void
241__tsan_read_range(uintptr_t addr, size_t size)
242{
243 kcsan_access(addr, size, false, false, __RET_ADDR);
244}
245
246void
247__tsan_write_range(uintptr_t addr, size_t size)

Callers

nothing calls this directly

Calls 1

kcsan_accessFunction · 0.85

Tested by

no test coverage detected