Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h389 uptr chunk_idx = GetChunkIdx((uptr)p, size); in GetBlockBegin()
410 uptr chunk_idx = GetChunkIdx(reinterpret_cast<uptr>(p), size); in GetMetaData()
529 static uptr GetChunkIdx(uptr chunk, uptr size) { in GetChunkIdx() function