sanitizer_allocator_secondary.h | 186 uptr nearest_chunk = 0; local in function:LargeMmapAllocator::GetBlockBegin 191 if (p - ch < p - nearest_chunk) 192 nearest_chunk = ch; 194 if (!nearest_chunk) 196 Header *h = reinterpret_cast<Header *>(nearest_chunk); 197 CHECK_GE(nearest_chunk, h->map_beg); 198 CHECK_LT(nearest_chunk, h->map_beg + h->map_size); 199 CHECK_LE(nearest_chunk, p);
|