Home
last modified time | relevance | path

Searched refs:__allocated_ (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/libcxx/src/include/
H A Dsso_allocator.h38 bool __allocated_; variable
44 _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()