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

  /frameworks/native/include/binder/
MemoryDealer.h 30 class SimpleBestFitAllocator;
54 SimpleBestFitAllocator* allocator() const;
57 SimpleBestFitAllocator* mAllocator;
  /frameworks/native/libs/binder/
MemoryDealer.cpp 123 class SimpleBestFitAllocator
129 SimpleBestFitAllocator(size_t size);
130 ~SimpleBestFitAllocator();
232 mAllocator(new SimpleBestFitAllocator(size))
265 SimpleBestFitAllocator* MemoryDealer::allocator() const {
272 return SimpleBestFitAllocator::getAllocationAlignment();
278 const int SimpleBestFitAllocator::kMemoryAlign = 32;
280 SimpleBestFitAllocator::SimpleBestFitAllocator(size_t size)
289 SimpleBestFitAllocator::~SimpleBestFitAllocator(
    [all...]

Completed in 47 milliseconds