Home
last modified time | relevance | path

Searched defs:AllocatorState (Results 1 – 4 of 4) sorted by relevance

/external/gwp_asan/gwp_asan/
Dcommon.h85 struct AllocatorState { struct
86 constexpr AllocatorState() {} in AllocatorState() argument
90 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;
/external/llvm-project/compiler-rt/lib/gwp_asan/
Dcommon.h85 struct AllocatorState { struct
88 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;
/external/gwp_asan/gwp_asan/tests/
Dcrash_handler_api.cpp17 using AllocatorState = gwp_asan::AllocatorState; typedef
/external/llvm-project/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp17 using AllocatorState = gwp_asan::AllocatorState; typedef