Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DMemoryDealer.cpp142 struct chunk_t { struct in android::SimpleBestFitAllocator
143 chunk_t(size_t start, size_t size) in chunk_t() argument
149 mutable chunk_t* prev; argument
150 mutable chunk_t* next; argument
154 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 …]