Searched refs:_lists (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/libauto-185.5/
H A DAllocationCache.h41 FreeList _lists[cache_size]; // free lists, one for each quanta size, slot 0 is for large clumps member in class:Auto::AllocationCache
44 FreeList &operator[] (usword_t index) { return _lists[index]; }

Completed in 114 milliseconds