Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/support/
H A Dtest_allocator.h401 template <class U, std::size_t UN> friend class limited_allocator; variable
415 limited_allocator() : handle_(new BuffT) {} in limited_allocator() function
417 limited_allocator(limited_allocator const& other) : handle_(other.handle_) {} in limited_allocator() function
420 explicit limited_allocator(limited_allocator<U, N> const& other) in limited_allocator() function
/aosp_15_r20/external/cronet/third_party/libc++/src/test/support/
H A Dtest_allocator.h441 friend class limited_allocator; variable
459 TEST_CONSTEXPR_CXX20 limited_allocator() : handle_(detail::make_thread_unsafe_shared<BuffT>()) {} in limited_allocator() function
464 …TEST_CONSTEXPR explicit limited_allocator(limited_allocator<U, N> const& other) : handle_(other.ha… in limited_allocator() function