Searched refs:free_chunk_p (Results 1 – 1 of 1) sorted by relevance
158 Iterator free_chunk_p = mList.end(); in alloc() local166 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()