Home
last modified time | relevance | path

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

/freebsd-src/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 in allocateInGuardedPool() local
92 const zx_handle_t Vmar = GuardedPagePoolPlatformData.Vmar; deallocateInGuardedPool() local
[all...]
H A Dguarded_pool_allocator_fuchsia.h17 zx_handle_t Vmar; member
/freebsd-src/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dfuchsia.cpp71 ? Data->Vmar in map() local
147 const zx_handle_t Vmar = Data->Vmar; unmap() local
153 const zx_handle_t Vmar = (Data && Data->Vmar != ZX_HANDLE_INVALID) unmap() local
[all...]
H A Dfuchsia.h22 zx_handle_t Vmar; member