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

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

Completed in 50 milliseconds