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

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.h56 typedef FixedVector<SmallLine*, smallLineCacheCapacity> SmallLineCache; typedef in class:bmalloc::Deallocator
64 std::array<SmallLineCache, smallMax / alignment> m_smallLineCaches;
H A DDeallocator.cpp124 SmallLineCache& smallLineCache = m_smallLineCaches[SmallPage::get(line)->smallSizeClass()];
133 SmallLineCache& smallLineCache = m_smallLineCaches[smallSizeClass];

Completed in 109 milliseconds