Home
last modified time | relevance | path

Searched refs:PointsIntoChunk (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h131 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cpp279 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
H A Dlsan_common.cpp313 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
387 uptr chunk = PointsIntoChunk(ptr); in ProcessThreadRegistry()
/freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_allocator.cpp555 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function
/freebsd/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1137 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function