Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/gwp_asan/
H A Dcommon.h112 struct AllocatorState { struct
113 constexpr AllocatorState() {} in AllocatorState() function
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