Home
last modified time | relevance | path

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

/llvm-project/libcxx/test/support/
H A Dtest_allocator.h441 friend class limited_allocator; global() variable
459 TEST_CONSTEXPR_CXX20 limited_allocator() : handle_(detail::make_thread_unsafe_shared<BuffT>()) {} limited_allocator() function
464 TEST_CONSTEXPR explicit limited_allocator(limited_allocator<U, N> const& other) : handle_(other.handle_) {} limited_allocator() function
[all...]