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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h371 uptr chunk_idx = GetChunkIdx((uptr)p, size);
373 uptr beg = chunk_idx * size;
392 uptr chunk_idx = GetChunkIdx(reinterpret_cast<uptr>(p), size); local
394 (1 + chunk_idx) * kMetadataSize);
1036 h->chunk_idx = idx;
1052 uptr idx = h->chunk_idx;
1056 chunks_[idx]->chunk_idx = idx;
1073 CHECK_EQ(h->chunk_idx, i);
1130 chunks_[i]->chunk_idx = i;
1198 uptr chunk_idx; member in struct:__sanitizer::LargeMmapAllocator::Header
[all...]

Completed in 58 milliseconds