Home
last modified time | relevance | path

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

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h359 uptr chunk_idx = GetChunkIdx((uptr)p, size); in GetBlockBegin() local
361 uptr beg = chunk_idx * size; in GetBlockBegin()
380 uptr chunk_idx = GetChunkIdx(reinterpret_cast<uptr>(p), size); in GetMetaData() local
382 (1 + chunk_idx) * kMetadataSize); in GetMetaData()
943 h->chunk_idx = idx; in Allocate()
959 uptr idx = h->chunk_idx; in Deallocate()
963 chunks_[idx]->chunk_idx = idx; in Deallocate()
979 CHECK_EQ(h->chunk_idx, i); in TotalMemoryUsed()
1060 uptr chunk_idx; member