Searched refs:SimpleBestFitAllocator (Results 1 - 6 of 6) sorted by relevance

/hardware/msm7k/libgralloc/
H A Dallocator.cpp23 const int SimpleBestFitAllocator::kMemoryAlign = 32;
25 SimpleBestFitAllocator::SimpleBestFitAllocator() function in class:SimpleBestFitAllocator
30 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) function in class:SimpleBestFitAllocator
36 SimpleBestFitAllocator::~SimpleBestFitAllocator()
43 ssize_t SimpleBestFitAllocator::setSize(size_t size)
55 size_t SimpleBestFitAllocator::size() const
60 ssize_t SimpleBestFitAllocator
[all...]
H A Dallocator.h94 class SimpleBestFitAllocator class
98 SimpleBestFitAllocator();
99 SimpleBestFitAllocator(size_t size);
100 ~SimpleBestFitAllocator();
H A Dgralloc.cpp51 static SimpleBestFitAllocator sAllocator;
52 static SimpleBestFitAllocator sAllocatorGPU(ALLOCATORREGION_RESERVED_SIZE);
/hardware/msm7k/libgralloc-qsd8k/
H A Dallocator.cpp23 const int SimpleBestFitAllocator::kMemoryAlign = 32;
25 SimpleBestFitAllocator::SimpleBestFitAllocator() function in class:SimpleBestFitAllocator
30 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size) function in class:SimpleBestFitAllocator
36 SimpleBestFitAllocator::~SimpleBestFitAllocator()
43 ssize_t SimpleBestFitAllocator::setSize(size_t size)
55 size_t SimpleBestFitAllocator::size() const
60 ssize_t SimpleBestFitAllocator
[all...]
H A Dallocator.h95 class SimpleBestFitAllocator : public PmemUserspaceAllocator::Deps::Allocator class in inherits:PmemUserspaceAllocator::Deps::Allocator
99 SimpleBestFitAllocator();
100 SimpleBestFitAllocator(size_t size);
101 virtual ~SimpleBestFitAllocator();
H A Dgralloc.cpp139 static SimpleBestFitAllocator pmemAllocMgr;

Completed in 281 milliseconds