Searched refs:GuardedPagePool (Results 1 – 7 of 7) 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()
105 State.GuardedPagePool = reinterpret_cast<uintptr_t>(GuardedPoolMemory); in init()135 if (State.GuardedPagePool) { in uninitTestOnly()137 State.GuardedPagePool = 0; in uninitTestOnly()266 volatile char *p = reinterpret_cast<char *>(State.GuardedPagePool); in trapOnAddress()
114 return P < GuardedPagePoolEnd && GuardedPagePool <= P; in pointerIsMine()135 uintptr_t GuardedPagePool = 0; member
30 State->GuardedPagePool <= ErrorPtr; in __gwp_asan_error_is_mine()89 State->GuardedPagePool > ErrorPtr) in __gwp_asan_get_metadata()
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()
42 State.GuardedPagePool = 0x2000; in setupState()