Searched refs:map_beg (Results 1 - 1 of 1) sorted by last modified time

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator.h1016 uptr map_beg = reinterpret_cast<uptr>(
1018 MapUnmapCallback().OnMap(map_beg, map_size);
1019 uptr map_end = map_beg + map_size;
1020 uptr res = map_beg + page_size_;
1027 h->map_beg = map_beg;
1064 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size);
1065 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size);
1111 CHECK_GE(nearest_chunk, h->map_beg);
1112 CHECK_LT(nearest_chunk, h->map_beg
1195 uptr map_beg; member in struct:__sanitizer::LargeMmapAllocator::Header
[all...]

Completed in 69 milliseconds