Home
last modified time | relevance | path

Searched defs:LinearStdAllocator (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/libs/hwui/utils/
DLinearAllocator.h160 explicit LinearStdAllocator(LinearAllocator& allocator) : linearAllocator(allocator) {} in LinearStdAllocator() function
161 LinearStdAllocator(const LinearStdAllocator& other) : linearAllocator(other.linearAllocator) {} in LinearStdAllocator() function
171 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(implicit) in LinearStdAllocator() function
/frameworks/base/libs/hwui/tests/unit/
DLinearAllocatorTests.cpp89 TEST(LinearStdAllocator, simpleAllocate) { in TEST() argument