Searched refs:map_beg (Results 1 – 1 of 1) sorted by relevance
97 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local99 if (!map_beg) in Allocate()101 CHECK(IsAligned(map_beg, page_size_)); in Allocate()103 uptr map_end = map_beg + map_size; in Allocate()104 uptr res = map_beg + page_size_; in Allocate()109 CHECK_GE(res + size, map_beg); in Allocate()113 h->map_beg = map_beg; in Allocate()199 CHECK_GE(nearest_chunk, h->map_beg); in GetBlockBegin()202 if (h->map_beg + h->map_size <= p) in GetBlockBegin()250 if (h->map_beg + h->map_size <= p || p < h->map_beg) in GetBlockBeginFastLocked()[all …]