Home
last modified time | relevance | path

Searched refs:mHeapSize (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/binder/
DMemoryDealer.cpp159 size_t mHeapSize; member in android::SimpleBestFitAllocator
271 mHeapSize = ((size + pagesize-1) & ~(pagesize-1)); in SimpleBestFitAllocator()
273 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); in SimpleBestFitAllocator()
286 return mHeapSize; in size()
434 what, this, (unsigned int)mHeapSize); in dump_l()