Searched refs:AllocatorListNode (Results 1 – 1 of 1) sorted by relevance
98 struct AllocatorListNode { struct99 AllocatorListNode *next; argument102 typedef IntrusiveList<AllocatorListNode> AllocatorFreeList;155 AllocatorListNode *node = region->free_list.front(); in BulkAllocate()270 region->free_list.push_front(reinterpret_cast<AllocatorListNode*>(p)); in PopulateFreeList()287 AllocatorListNode *node = region->free_list.front(); in AllocateBySizeClass()295 region->free_list.push_front(reinterpret_cast<AllocatorListNode*>(p)); in DeallocateBySizeClass()323 free_list->push_front(reinterpret_cast<AllocatorListNode*>(p)); in Deallocate()345 AllocatorListNode *node = free_list->front(); in DrainHalf()