Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/compiler-rt/lib/lsan/
H A Dlsan_common.h223 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cc230 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
H A Dlsan_common.cc169 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
/freebsd-12.1/contrib/compiler-rt/lib/asan/
H A Dasan_allocator.cc998 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function