Searched defs:LinearStdAllocator (Results 1 – 2 of 2) sorted by relevance
161 explicit LinearStdAllocator(LinearAllocator& allocator) : linearAllocator(allocator) {} in LinearStdAllocator() function162 LinearStdAllocator(const LinearStdAllocator& other) : linearAllocator(other.linearAllocator) {} in LinearStdAllocator() function172 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(google-explicit-constructor) in LinearStdAllocator() function
89 TEST(LinearStdAllocator, simpleAllocate) { in TEST() argument