Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.h168 uptr PointsIntoChunk(void *p);
Dlsan_allocator.cc152 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
Dlsan_common.cc158 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc816 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function