Searched defs:LinearStdAllocator (Results 1 – 2 of 2) sorted by relevance
160 explicit LinearStdAllocator(LinearAllocator& allocator) : linearAllocator(allocator) {} in LinearStdAllocator() function161 LinearStdAllocator(const LinearStdAllocator& other) : linearAllocator(other.linearAllocator) {} in LinearStdAllocator() function171 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(implicit) in LinearStdAllocator() function
89 TEST(LinearStdAllocator, simpleAllocate) { in TEST() argument