Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/gwp_asan/
H A Dguarded_pool_allocator.cpp80 void *GuardedPoolMemory = reserveGuardedPool(PoolBytesRequired); in init() local
105 State.GuardedPagePool = reinterpret_cast<uintptr_t>(GuardedPoolMemory); in init()
107 reinterpret_cast<uintptr_t>(GuardedPoolMemory) + PoolBytesRequired; in init()