Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h242 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cpp251 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
H A Dlsan_common.cpp197 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
263 uptr chunk = PointsIntoChunk(ptr); in ProcessThreadRegistry()
/freebsd-13.1/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1111 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function