Searched defs:AllocatorState (Results 1 – 2 of 2) sorted by relevance
112 struct AllocatorState { struct113 constexpr AllocatorState() {} in AllocatorState() function118 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
17 using AllocatorState = gwp_asan::AllocatorState; typedef