Home
last modified time | relevance | path

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

/system/libhidl/libhidlcache/
DMemoryDealer.cpp158 Iterator free_chunk_p = mList.end(); in alloc() local
166 if ((free_chunk_p == mList.end()) || (cur->size < (*free_chunk_p)->size)) { in alloc()
167 free_chunk_p = p; in alloc()
174 if (free_chunk_p != mList.end()) { in alloc()
175 chunk_t* free_chunk = *free_chunk_p; in alloc()
186 mList.insert(free_chunk_p, split); in alloc()
196 mList.insert(++free_chunk_p, split); in alloc()