Home
last modified time | relevance | path

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

/src/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp90 void *GuardedPoolMemory = reserveGuardedPool(PoolBytesRequired); in init() local
115 State.GuardedPagePool = reinterpret_cast<uintptr_t>(GuardedPoolMemory); in init()
117 reinterpret_cast<uintptr_t>(GuardedPoolMemory) + PoolBytesRequired; in init()