Home
last modified time | relevance | path

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

/external/compiler-rt/lib/lsan/
Dlsan_common.cc121 static inline bool CanBeAHeapPointer(uptr p) { in CanBeAHeapPointer() function
157 if (!CanBeAHeapPointer(reinterpret_cast<uptr>(p))) continue; in ScanRangeForPointers()