Home
last modified time | relevance | path

Searched refs:map_beg (Results 1 – 1 of 1) sorted by relevance

/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_allocator.h1056 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local
1058 CHECK(IsAligned(map_beg, page_size_)); in Allocate()
1059 MapUnmapCallback().OnMap(map_beg, map_size); in Allocate()
1060 uptr map_end = map_beg + map_size; in Allocate()
1061 uptr res = map_beg + page_size_; in Allocate()
1066 CHECK_GE(res + size, map_beg); in Allocate()
1070 h->map_beg = map_beg; in Allocate()
1117 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
1118 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
1164 CHECK_GE(nearest_chunk, h->map_beg); in GetBlockBegin()
[all …]