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.h1016 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local
1018 MapUnmapCallback().OnMap(map_beg, map_size); in Allocate()
1019 uptr map_end = map_beg + map_size; in Allocate()
1020 uptr res = map_beg + page_size_; in Allocate()
1027 h->map_beg = map_beg; in Allocate()
1064 MapUnmapCallback().OnUnmap(h->map_beg, h->map_size); in Deallocate()
1065 UnmapOrDie(reinterpret_cast<void*>(h->map_beg), h->map_size); in Deallocate()
1111 CHECK_GE(nearest_chunk, h->map_beg); in GetBlockBegin()
1112 CHECK_LT(nearest_chunk, h->map_beg + h->map_size); in GetBlockBegin()
1114 if (h->map_beg + h->map_size <= p) in GetBlockBegin()
[all …]