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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DBoundaryTag.h72 static_assert((1 << sizeBits) - 1 >= largeMax, "largeMax must be encodable in a BoundaryTag.");
H A DSizes.h71 static const size_t largeMax = largeChunkSize * 99 / 100; // Plenty of room for metadata. member in namespace:bmalloc::Sizes
H A DSegregatedFreeList.cpp35 BASSERT(static_cast<size_t>(&select(largeMax) - m_lists.begin()) == m_lists.size() - 1);
H A DAllocator.cpp158 if (size <= largeMax)
H A DHeap.cpp184 BASSERT(size <= largeMax);

Completed in 101 milliseconds