Searched refs:mHeapSize (Results 1 – 1 of 1) sorted by relevance
161 size_t mHeapSize; member in android::SimpleBestFitAllocator283 mHeapSize = ((size + pagesize-1) & ~(pagesize-1)); in SimpleBestFitAllocator()285 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); in SimpleBestFitAllocator()306 return mHeapSize; in size()454 what, this, (unsigned int)mHeapSize); in dump_l()