Searched defs:mHeapSize (Results 1 - 1 of 1) sorted by relevance

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

Completed in 483 milliseconds