Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dguarded_pool_allocator.cpp88 void *GuardedPoolMemory = reserveGuardedPool(PoolBytesRequired); in init() local
113 State.GuardedPagePool = reinterpret_cast<uintptr_t>(GuardedPoolMemory); in init()
115 reinterpret_cast<uintptr_t>(GuardedPoolMemory) + PoolBytesRequired; in init()