Searched defs:AllocatorState (Results 1 – 1 of 1) 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