Home
last modified time | relevance | path

Searched defs:Vmar (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/platform_specific/
H A Dguarded_pool_allocator_fuchsia.cpp60 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; in unreserveGuardedPool() local
75 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; in allocateInGuardedPool() local
92 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; in deallocateInGuardedPool() local
H A Dguarded_pool_allocator_fuchsia.h17 zx_handle_t Vmar; member
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp70 const zx_handle_t Vmar = (Data && Data->Vmar != ZX_HANDLE_INVALID) in map() local
146 const zx_handle_t Vmar = Data->Vmar; in unmap() local
152 const zx_handle_t Vmar = (Data && Data->Vmar != ZX_HANDLE_INVALID) in unmap() local
H A Dfuchsia.h22 zx_handle_t Vmar; member