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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DMediumAllocator.h47 unsigned char derefCount();
91 inline unsigned char MediumAllocator::derefCount() function in class:bmalloc::MediumAllocator
H A DSmallAllocator.h49 unsigned char derefCount();
97 inline unsigned char SmallAllocator::derefCount() function in class:bmalloc::SmallAllocator
H A DAllocator.cpp75 m_smallAllocatorLog.push(std::make_pair(allocator.line(), allocator.derefCount()));
98 m_mediumAllocatorLog.push(std::make_pair(allocator.line(), allocator.derefCount()));

Completed in 58 milliseconds