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

/macosx-10.10/bmalloc-7600.1.17/bmalloc/
H A DAllocator.cpp42 , m_smallAllocatorLog()
69 if (m_smallAllocatorLog.size() == m_smallAllocatorLog.capacity())
75 m_smallAllocatorLog.push(std::make_pair(allocator.line(), allocator.derefCount()));
82 for (auto& logEntry : m_smallAllocatorLog) {
87 m_smallAllocatorLog.clear();
H A DAllocator.h70 FixedVector<std::pair<SmallLine*, unsigned char>, smallAllocatorLogCapacity> m_smallAllocatorLog; member in class:bmalloc::Allocator

Completed in 59 milliseconds