Searched defs:AllocatorState (Results 1 – 4 of 4) sorted by relevance
85 struct AllocatorState { struct86 constexpr AllocatorState() {} in AllocatorState() function90 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine()109 size_t MaxSimultaneousAllocations = 0;113 uintptr_t GuardedPagePool = 0;114 uintptr_t GuardedPagePoolEnd = 0;117 size_t PageSize = 0;122 Error FailureType = Error::UNKNOWN;123 uintptr_t FailureAddress = 0;
85 struct AllocatorState { struct88 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine()107 size_t MaxSimultaneousAllocations = 0;111 uintptr_t GuardedPagePool = 0;112 uintptr_t GuardedPagePoolEnd = 0;115 size_t PageSize = 0;120 Error FailureType = Error::UNKNOWN;121 uintptr_t FailureAddress = 0;
17 using AllocatorState = gwp_asan::AllocatorState; typedef