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

/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.h23 uintptr_t VmarBase; member in struct:scudo::MapPlatformData
H A Dfuchsia.cpp42 Size, &Data->Vmar, &Data->VmarBase);
48 return reinterpret_cast<void *>(Data->VmarBase);
93 Addr ? reinterpret_cast<uintptr_t>(Addr) - Data->VmarBase : 0;

Completed in 52 milliseconds