Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_common.cpp184 max_address_ = 0; in clear()
202 max_address_ = Max(max_address_, end); in addAddressRange()
H A Dsanitizer_common.h825 max_address_(0), in LoadedModule()
843 uptr max_address() const { return max_address_; } in max_address()
873 uptr max_address_; variable