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