Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/
Dcommon.h112 struct AllocatorState { struct
113 constexpr AllocatorState() {} in AllocatorState() argument
118 GWP_ASAN_ALWAYS_INLINE bool pointerIsMine(const void *Ptr) const { in pointerIsMine()
142 size_t MaxSimultaneousAllocations = 0;
168 static_assert(offsetof(AllocatorState, VersionMagic) == 0, ""); argument
/openbsd/src/gnu/llvm/compiler-rt/lib/gwp_asan/tests/
Dcrash_handler_api.cpp17 using AllocatorState = gwp_asan::AllocatorState; typedef