Home
last modified time | relevance | path

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

/aosp_15_r20/external/libcxx/test/std/experimental/memory/memory.resource.adaptor/memory.resource.adaptor.mem/
H A Ddo_is_equal.pass.cpp36 typedef std::allocator<char> Alloc2; in main() typedef
/aosp_15_r20/external/llvm/unittests/Support/
H A DAllocatorTest.cpp33 BumpPtrAllocator Alloc2 = std::move(Alloc); in TEST() local
/aosp_15_r20/frameworks/av/media/utils/tests/
H A Dshared_memory_allocator_tests.cpp312 using Alloc2 = ValidateForwarding<1, false>; in TEST() typedef