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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.cpp60 for (auto& smallLineCache : m_smallLineCaches) {
61 while (smallLineCache.size())
62 heap->deallocateSmallLine(lock, smallLineCache.pop());
124 SmallLineCache& smallLineCache = m_smallLineCaches[SmallPage::get(line)->smallSizeClass()]; local
125 if (smallLineCache.size() == smallLineCache.capacity())
128 smallLineCache.push(line);
133 SmallLineCache& smallLineCache = m_smallLineCaches[smallSizeClass]; local
134 if (!smallLineCache.size()) {
138 while (smallLineCache
[all...]

Completed in 108 milliseconds