Searched refs:__allocated_ (Results 1 – 1 of 1) sorted by relevance
38 bool __allocated_; variable44 _LIBCPP_INLINE_VISIBILITY __sso_allocator() throw() : __allocated_(false) {} in __sso_allocator()45 … _LIBCPP_INLINE_VISIBILITY __sso_allocator(const __sso_allocator&) throw() : __allocated_(false) {} in __sso_allocator()47 : __allocated_(false) {} in __sso_allocator()53 if (!__allocated_ && __n <= _Np)55 __allocated_ = true;63 __allocated_ = false; in deallocate()