Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_primary64.h264 uptr chunk_idx = GetChunkIdx((uptr)p, size); in GetBlockBegin()
287 uptr chunk_idx = GetChunkIdx(reinterpret_cast<uptr>(p), size); in GetMetaData()
695 uptr GetChunkIdx(uptr chunk, uptr size) const { in GetChunkIdx() function