Home
last modified time | relevance | path

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

/hardware/msm7k/libgralloc-qsd8k/
Dallocator.cpp38 while(!mList.isEmpty()) { in ~SimpleBestFitAllocator()
39 delete mList.remove(mList.head()); in ~SimpleBestFitAllocator()
50 mList.insertHead(node); in setSize()
86 chunk_t* cur = mList.head(); in alloc()
113 mList.insertBefore(free_chunk, split); in alloc()
123 mList.insertAfter(free_chunk, split); in alloc()
134 chunk_t* cur = mList.head(); in dealloc()
150 mList.remove(cur); in dealloc()
Dallocator.h126 LinkedList<chunk_t> mList; variable
/hardware/msm7k/libgralloc/
Dallocator.cpp38 while(!mList.isEmpty()) { in ~SimpleBestFitAllocator()
39 delete mList.remove(mList.head()); in ~SimpleBestFitAllocator()
50 mList.insertHead(node); in setSize()
86 chunk_t* cur = mList.head(); in alloc()
113 mList.insertBefore(free_chunk, split); in alloc()
123 mList.insertAfter(free_chunk, split); in alloc()
134 chunk_t* cur = mList.head(); in dealloc()
150 mList.remove(cur); in dealloc()
Dallocator.h125 LinkedList<chunk_t> mList; variable