Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DMemoryDealer.cpp161 size_t mHeapSize; member in android::SimpleBestFitAllocator
283 mHeapSize = ((size + pagesize-1) & ~(pagesize-1)); in SimpleBestFitAllocator()
285 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); in SimpleBestFitAllocator()
306 return mHeapSize; in size()
454 what, this, (unsigned int)mHeapSize); in dump_l()