Searched refs:mList (Results 1 – 4 of 4) sorted by relevance
38 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()
126 LinkedList<chunk_t> mList; variable
125 LinkedList<chunk_t> mList; variable