Home | History | Annotate | Download | only in wtf

Lines Matching refs:NodeAllocator

60         typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
136 OwnPtr<NodeAllocator> m_allocator;
141 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
209 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator;
221 void* operator new(size_t, NodeAllocator* allocator)
225 void destroy(NodeAllocator* allocator)
365 typedef ListHashSetNodeAllocator<ValueType, inlineCapacity> NodeAllocator;
369 static void translate(Node*& location, const ValueType& key, NodeAllocator* allocator)
379 , m_allocator(new NodeAllocator)
387 , m_allocator(new NodeAllocator)
565 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(value, m_allocator.get());
575 pair<typename ImplType::iterator, bool> result = m_impl.template add<ValueType, NodeAllocator*, Translator>(newValue, m_allocator.get());