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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_common.h225 uptr PointsIntoChunk(void *p);
H A Dlsan_allocator.cpp247 uptr PointsIntoChunk(void* p) { function in namespace:__lsan
H A Dlsan_common.cpp168 uptr chunk = PointsIntoChunk(p);
801 // Cannot use PointsIntoChunk or LsanMetadata here, since the allocator is not
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_allocator.cpp1025 uptr PointsIntoChunk(void* p) { function in namespace:__lsan

Completed in 130 milliseconds