Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp52 Size, &Data->Vmar, &Data->VmarBase); in allocateVmar()
58 return reinterpret_cast<void *>(Data->VmarBase); in allocateVmar()
106 Addr ? reinterpret_cast<uintptr_t>(Addr) - Data->VmarBase : 0; in map()
H A Dfuchsia.h24 uintptr_t VmarBase; member