sanitizer_allocator_secondary.h | 98 uptr map_beg = reinterpret_cast<uptr>( local in function:LargeMmapAllocator::Allocate 100 if (!map_beg) 102 CHECK(IsAligned(map_beg, page_size_)); 103 MapUnmapCallback().OnMap(map_beg, map_size); 104 uptr map_end = map_beg + map_size; 105 uptr res = map_beg + page_size_; 110 CHECK_GE(res + size, map_beg); 114 h->map_beg = map_beg; 150 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size) 290 uptr map_beg; member in struct:LargeMmapAllocator::Header [all...] |