HomeSort by relevance Sort by last modified time
    Searched refs:LinearStdAllocator (Results 1 - 5 of 5) sorted by null

  /frameworks/base/libs/hwui/utils/
LinearAllocator.h 155 class LinearStdAllocator {
160 explicit LinearStdAllocator(LinearAllocator& allocator)
162 LinearStdAllocator(const LinearStdAllocator& other)
164 ~LinearStdAllocator() {}
169 typedef LinearStdAllocator<U> other;
173 LinearStdAllocator(const LinearStdAllocator<U>& other) // NOLINT(implicit)
189 // return that all specializations of LinearStdAllocator are interchangeable
191 bool operator== (const LinearStdAllocator<T1>&, const LinearStdAllocator<T2>&) { return true;
    [all...]
  /frameworks/base/libs/hwui/tests/microbench/
LinearAllocatorBench.cpp 40 LinearStdAllocator<void*> stdAllocator(la);
41 std::vector<char, LinearStdAllocator<char> > v(stdAllocator);
  /frameworks/base/libs/hwui/tests/unit/
LinearAllocatorTests.cpp 89 TEST(LinearStdAllocator, simpleAllocate) {
91 LinearStdAllocator<void*> stdAllocator(la);
93 std::vector<char, LinearStdAllocator<char> > v(stdAllocator);
119 LinearStdAllocator<void*> stdAllocator(allocator);
  /frameworks/base/libs/hwui/
DisplayList.h 136 LinearStdAllocator<void*> stdAllocator;
FrameBuilder.h 229 LinearStdAllocator<void*> mStdAllocator;

Completed in 53 milliseconds