Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/compiler-rt/lib/lsan/
HDlsan_common.h131 uptr PointsIntoChunk(void *p);
HDlsan_allocator.cpp279 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
HDlsan_common.cpp313 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
387 uptr chunk = PointsIntoChunk(ptr); in ProcessThreadRegistry()
/freebsd-head/contrib/llvm-project/compiler-rt/lib/hwasan/
HDhwasan_allocator.cpp555 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function
/freebsd-head/contrib/llvm-project/compiler-rt/lib/asan/
HDasan_allocator.cpp1137 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function