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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1100 uptr nearest_chunk = 0; local
1105 if (p - ch < p - nearest_chunk)
1106 nearest_chunk = ch;
1108 if (!nearest_chunk)
1110 Header *h = reinterpret_cast<Header *>(nearest_chunk);
1111 CHECK_GE(nearest_chunk, h->map_beg);
1112 CHECK_LT(nearest_chunk, h->map_beg + h->map_size);
1113 CHECK_LE(nearest_chunk, p);

Completed in 80 milliseconds