Searched refs:chunk_t (Results 1 – 1 of 1) sorted by relevance
140 struct chunk_t { struct in android::SimpleBestFitAllocator141 chunk_t(size_t start, size_t size) in chunk_t() argument147 mutable chunk_t* prev; argument148 mutable chunk_t* next; argument152 chunk_t* dealloc(size_t start);158 LinkedList<chunk_t> mList;273 chunk_t* node = new chunk_t(0, mHeapSize / kMemoryAlign); in SimpleBestFitAllocator()299 chunk_t const * const freed = dealloc(offset); in deallocate()312 chunk_t* free_chunk = 0; in alloc()313 chunk_t* cur = mList.head(); in alloc()[all …]