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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DMediumTraits.h44 static const size_t minimumObjectSize = smallMax + alignment;
H A DAllocator.h67 std::array<SmallAllocator, smallMax / alignment> m_smallAllocators;
76 if (size > smallMax)
H A DDeallocator.h64 std::array<SmallLineCache, smallMax / alignment> m_smallLineCaches;
H A DSizes.h50 static const size_t smallMax = 256; member in namespace:bmalloc::Sizes
95 static const size_t smallSizeClassMask = (smallMax / alignment) - 1;
H A DAllocator.cpp147 if (size <= smallMax) {
H A DHeap.h85 std::array<Vector<SmallLine*>, smallMax / alignment> m_smallLines;

Completed in 110 milliseconds