Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/lsan/
H A Dlsan_common.h267 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cpp256 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
H A Dlsan_common.cpp281 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
352 uptr chunk = PointsIntoChunk(ptr); in ProcessThreadRegistry()
/llvm-project-15.0.7/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1082 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function