Home
last modified time | relevance | path

Searched refs:m_allocator (Results 1 – 2 of 2) sorted by relevance

/external/webkit/JavaScriptCore/wtf/
DListHashSet.h119 OwnPtr<NodeAllocator> m_allocator; variable
362 , 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()
/external/webkit/JavaScriptCore/
DChangeLog-2007-10-144849 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.