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

/macosx-10.10.1/bmalloc-7600.1.17/bmalloc/
H A DDeallocator.h63 FixedVector<void*, deallocatorLogCapacity> m_objectLog; member in class:bmalloc::Deallocator
75 if (m_objectLog.size() == m_objectLog.capacity())
78 m_objectLog.push(object);
H A DDeallocator.cpp42 : m_objectLog()
84 for (auto object : m_objectLog) {
99 m_objectLog.clear();
111 m_objectLog.push(object);

Completed in 144 milliseconds