Home
last modified time | relevance | path

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

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