Searched refs:freeList_ (Results 1 – 2 of 2) sorted by relevance
16 freeList_(0), in Allocator()38 Block *tem = freeList_; in alloc()41 freeList_ = tem->next; in alloc()85 seg->freeList = &freeList_; in alloc1()94 freeList_ = head->next; in alloc1()
56 Block *freeList_; variable