Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/platform_specific/
Dguarded_pool_allocator_posix.cpp66 MaybeSetMappingName(Ptr, Size, kGwpAsanGuardPageName); in reserveGuardedPool()
93 MaybeSetMappingName(Ptr, Size, kGwpAsanGuardPageName); in deallocateInGuardedPool()
Dguarded_pool_allocator_fuchsia.cpp55 kGwpAsanGuardPageName, strlen(kGwpAsanGuardPageName)); in reserveGuardedPool()
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.h136 static constexpr const char *kGwpAsanGuardPageName = "GWP-ASan Guard Page"; variable