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

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

Completed in 113 milliseconds