HomeSort by relevance Sort by last modified time
    Searched refs:MinAlignedAllocator (Results 1 - 2 of 2) sorted by null

  /external/libcxx/test/support/
controlled_allocators.hpp 339 class MinAlignedAllocator
345 MinAlignedAllocator() = delete;
347 explicit MinAlignedAllocator(AllocController& R) : P(&R) {}
349 MinAlignedAllocator(MinAlignedAllocator const& other) : P(other.P) {
353 MinAlignedAllocator(MinAlignedAllocator&& other) : P(other.P) {
358 MinAlignedAllocator(MinAlignedAllocator<U> const& other) TEST_NOEXCEPT : P(other.P) {
363 MinAlignedAllocator(MinAlignedAllocator<U>&& other) TEST_NOEXCEPT : P(other.P)
    [all...]
  /external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
do_allocate_and_deallocate.pass.cpp 113 check_allocate_deallocate<MinAlignedAllocator<char>>();

Completed in 64 milliseconds