Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_allocator_secondary.h97 uptr map_beg = reinterpret_cast<uptr>( in Allocate() local
99 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 …]