HomeSort by relevance Sort by last modified time
    Searched full:m_allocator (Results 1 - 2 of 2) sorted by null

  /external/webkit/JavaScriptCore/wtf/
ListHashSet.h 119 OwnPtr<NodeAllocator> m_allocator; member in class:WTF::ListHashSet
362 , m_allocator(new NodeAllocator)
370 , m_allocator(new NodeAllocator)
391 m_allocator.swap(other.m_allocator);
473 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(value, m_allocator.get());
483 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get());
539 node->destroy(m_allocator.get());
582 node->destroy(m_allocator.get());
  /external/webkit/JavaScriptCore/
ChangeLog-2007-10-14     [all...]

Completed in 215 milliseconds