Searched refs:map_beg (Results 1 – 1 of 1) sorted by relevance
1032 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local1034 CHECK(IsAligned(map_beg, page_size_)); in Allocate()1035 MapUnmapCallback().OnMap(map_beg, map_size); in Allocate()1036 uptr map_end = map_beg + map_size; in Allocate()1037 uptr res = map_beg + page_size_; in Allocate()1042 CHECK_GE(res + size, map_beg); in Allocate()1046 h->map_beg = map_beg; in Allocate()1093 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()1094 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()1140 CHECK_GE(nearest_chunk, h->map_beg); in GetBlockBegin()[all …]