Searched refs:chunk_t (Results 1 – 1 of 1) sorted by relevance
142 struct chunk_t { struct in android::SimpleBestFitAllocator143 chunk_t(size_t start, size_t size) in chunk_t() argument149 mutable chunk_t* prev; argument150 mutable chunk_t* next; argument154 chunk_t* dealloc(size_t start);160 LinkedList<chunk_t> mList;285 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); in SimpleBestFitAllocator()292 chunk_t* removed = mList.remove(mList.head()); in ~SimpleBestFitAllocator()319 chunk_t const * const freed = dealloc(offset); in deallocate()332 chunk_t* free_chunk = nullptr; in alloc()[all …]