HomeSort by: relevance | last modified time | path
    Searched defs:chunk_idx (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_allocator_secondary.h 122 h->chunk_idx = idx;
139 uptr idx = h->chunk_idx;
143 chunks_[idx]->chunk_idx = idx;
159 CHECK_EQ(h->chunk_idx, i);
210 AddressSpaceView::LoadWritable(chunks[i])->chunk_idx = i;
284 CHECK_EQ(AddressSpaceView::Load(chunks[i])->chunk_idx, i);
293 uptr chunk_idx; member in struct:LargeMmapAllocator::Header
sanitizer_allocator_primary64.h 187 uptr chunk_idx = GetChunkIdx((uptr)p, size); local in function:SizeClassAllocator64::GetBlockBegin
189 uptr beg = chunk_idx * size;
208 uptr chunk_idx = GetChunkIdx(reinterpret_cast<uptr>(p), size); local in function:SizeClassAllocator64::GetMetaData
211 (1 + chunk_idx) * kMetadataSize);

Completed in 13 milliseconds