Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map.cpp17 void *MappedAddr = in mapImpl() local
19 if (MappedAddr == nullptr) in mapImpl()
21 Base = reinterpret_cast<uptr>(MappedAddr); in mapImpl()
H A Dmem_map_fuchsia.cpp192 uptr MappedAddr; in remapImpl() local
198 Vmo, Addr - MapAddr, Size, &MappedAddr); in remapImpl()
204 DCHECK_EQ(Addr, MappedAddr); in remapImpl()