Home | History | Annotate | Download | only in wtf

Lines Matching full:m_allocator

256                 if (!m_allocator)
257 m_allocator = adoptPtr(new ListHashSetAllocator);
262 m_allocator.swap(other.m_allocator);
267 ASSERT(m_allocator);
268 m_allocator->deallocate(node);
273 ASSERT(m_allocator);
274 return m_allocator.get();
278 OwnPtr<ListHashSetAllocator> m_allocator;