Searched refs:stdAllocator (Results 1 – 2 of 2) sorted by relevance
91 LinearStdAllocator<void*> stdAllocator(la); in TEST() local93 std::vector<char, LinearStdAllocator<char> > v(stdAllocator); in TEST()118 LinearStdAllocator<void*> stdAllocator(allocator); in TEST() local123 LsaVector<std::unique_ptr<TestUtils::SignalingDtor> > vector(stdAllocator); in TEST()
40 LinearStdAllocator<void*> stdAllocator(la); in BM_LinearStdAllocator_vector() local41 std::vector<char, LinearStdAllocator<char> > v(stdAllocator); in BM_LinearStdAllocator_vector()