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

  /frameworks/base/include/binder/
MemoryDealer.h 30 class SimpleBestFitAllocator;
50 SimpleBestFitAllocator* allocator() const;
53 SimpleBestFitAllocator* mAllocator;
  /hardware/msm7k/libgralloc/
allocator.cpp 23 const int SimpleBestFitAllocator::kMemoryAlign = 32;
25 SimpleBestFitAllocator::SimpleBestFitAllocator()
30 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size)
36 SimpleBestFitAllocator::~SimpleBestFitAllocator()
43 ssize_t SimpleBestFitAllocator::setSize(size_t size)
55 size_t SimpleBestFitAllocator::size() const
60 ssize_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags
    [all...]
allocator.h 94 class SimpleBestFitAllocator
98 SimpleBestFitAllocator();
99 SimpleBestFitAllocator(size_t size);
100 ~SimpleBestFitAllocator();
gralloc.cpp 51 static SimpleBestFitAllocator sAllocator;
52 static SimpleBestFitAllocator sAllocatorGPU(ALLOCATORREGION_RESERVED_SIZE);
  /hardware/msm7k/libgralloc-qsd8k/
allocator.cpp 23 const int SimpleBestFitAllocator::kMemoryAlign = 32;
25 SimpleBestFitAllocator::SimpleBestFitAllocator()
30 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size)
36 SimpleBestFitAllocator::~SimpleBestFitAllocator()
43 ssize_t SimpleBestFitAllocator::setSize(size_t size)
55 size_t SimpleBestFitAllocator::size() const
60 ssize_t SimpleBestFitAllocator::allocate(size_t size, uint32_t flags
    [all...]
allocator.h 95 class SimpleBestFitAllocator : public PmemUserspaceAllocator::Deps::Allocator
99 SimpleBestFitAllocator();
100 SimpleBestFitAllocator(size_t size);
101 virtual ~SimpleBestFitAllocator();
gralloc.cpp 139 static SimpleBestFitAllocator pmemAllocMgr;
  /frameworks/base/libs/binder/
MemoryDealer.cpp 123 class SimpleBestFitAllocator
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
226 mAllocator(new SimpleBestFitAllocator(size))
259 SimpleBestFitAllocator* MemoryDealer::allocator() const {
266 const int SimpleBestFitAllocator::kMemoryAlign = 32;
268 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size)
277 SimpleBestFitAllocator::~SimpleBestFitAllocator()
    [all...]

Completed in 141 milliseconds