Home
last modified time | relevance | path

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

/frameworks/base/libs/binder/
DMemoryDealer.cpp140 struct chunk_t { struct in android::SimpleBestFitAllocator
141 chunk_t(size_t start, size_t size) in chunk_t() argument
147 mutable chunk_t* prev; argument
148 mutable chunk_t* next; argument
152 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 …]