Home
last modified time | relevance | path

Searched refs:PointsIntoChunk (Results 1 – 8 of 8) 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/llvm-project/compiler-rt/lib/lsan/
Dlsan_common.h239 uptr PointsIntoChunk(void *p);
Dlsan_allocator.cpp247 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
Dlsan_common.cpp165 uptr chunk = PointsIntoChunk(p); in ScanRangeForPointers()
/external/compiler-rt/lib/asan/
Dasan_allocator.cc816 uptr PointsIntoChunk(void* p) { in PointsIntoChunk() function
/external/llvm-project/compiler-rt/lib/asan/
Dasan_allocator.cpp1113 uptr PointsIntoChunk(void *p) { in PointsIntoChunk() function