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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DSmallAllocator.h56 unsigned char m_maxObjectCount; member in class:bmalloc::SmallAllocator
63 , m_maxObjectCount()
71 , m_maxObjectCount(smallLineSize / size)
94 return m_maxObjectCount - m_remaining;
107 m_remaining = m_maxObjectCount;

Completed in 91 milliseconds