Searched refs:GuardedPagePool (Results 1 – 6 of 6) sorted by relevance
78 return GuardedPagePool + (PageSize * (1 + N)) + (maximumAllocationSize() * N); in slotToAddr()83 size_t PageOffsetFromPoolStart = (Ptr - GuardedPagePool) / PageSize; in isGuardPage()89 size_t ByteOffsetFromPoolStart = Ptr - State->GuardedPagePool; in addrToSlot()95 if (Ptr <= GuardedPagePool + PageSize) in getNearestSlot()
120 return P < GuardedPagePoolEnd && GuardedPagePool <= P; in pointerIsMine()146 uintptr_t GuardedPagePool = 0; member
30 State->GuardedPagePool <= ErrorPtr; in __gwp_asan_error_is_mine()97 State->GuardedPagePool > ErrorPtr) in __gwp_asan_get_metadata()
115 State.GuardedPagePool = reinterpret_cast<uintptr_t>(GuardedPoolMemory); in init()145 if (State.GuardedPagePool) { in uninitTestOnly()147 State.GuardedPagePool = 0; in uninitTestOnly()
71 unmap(reinterpret_cast<void *>(State.GuardedPagePool), in unreserveGuardedPool()72 State.GuardedPagePoolEnd - State.GuardedPagePool); in unreserveGuardedPool()
78 reinterpret_cast<uintptr_t>(Ptr) - State.GuardedPagePool; in allocateInGuardedPool()