Searched refs:m_allocator (Results 1 – 2 of 2) sorted by relevance
119 OwnPtr<NodeAllocator> m_allocator; variable362 , m_allocator(new NodeAllocator) in ListHashSet()370 , m_allocator(new NodeAllocator) in ListHashSet()391 m_allocator.swap(other.m_allocator); in swap()473 …ool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(value, m_allocator.get()); in add()483 …> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get()); in insertBefore()539 node->destroy(m_allocator.get()); in unlinkAndDelete()582 node->destroy(m_allocator.get()); in deleteAllNodes()
4849 Changed m_allocator to be an OwnPtr instead of doing an explicit delete.4850 Fixed bug in copy constructor where we'd have an uninitialized m_allocator.