Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h157 uptr PointsIntoChunk(void *p);
Dlsan_allocator.cc150 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
Dlsan_common.cc144 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc801 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function