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

/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cc135 uptr map_res = (uptr)MmapOrDie(map_size, mem_type); local
136 uptr map_end = map_res + map_size;
137 uptr res = map_res;
139 res = (map_res + alignment) & ~(alignment - 1);
141 if (res != map_res)
142 UnmapOrDie((void*)map_res, res - map_res);

Completed in 173 milliseconds