Searched refs:mHeapSize (Results 1 – 1 of 1) sorted by relevance
161 size_t mHeapSize; member in android::SimpleBestFitAllocator281 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()