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

  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
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);

Completed in 11 milliseconds