Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dmem_map_fuchsia.cpp45 zx_info_vmar_t VmarInfo; in getRootVmarBase() local
47 _zx_object_get_info(_zx_vmar_root_self(), ZX_INFO_VMAR, &VmarInfo, in getRootVmarBase()
48 sizeof(VmarInfo), nullptr, nullptr); in getRootVmarBase()
50 CHECK_NE(VmarInfo.base, 0); in getRootVmarBase()
52 atomic_store(&CachedResult, VmarInfo.base, memory_order_release); in getRootVmarBase()
53 Result = VmarInfo.base; in getRootVmarBase()