Searched defs:HeapListHashSetAllocator (Results 1 – 1 of 1) sorted by relevance
1525 struct HeapListHashSetAllocator : public HeapAllocator { struct1527 typedef WTF::ListHashSetNode<ValueArg, HeapListHashSetAllocator> Node; argument1534 HeapListHashSetAllocator* get() const { return 0; } in get() argument1537 void createAllocatorIfNeeded() { } in createAllocatorIfNeeded()1541 void swap(AllocatorProvider& other) { } in swap()1544 void deallocate(void* dummy) { } in deallocate()1549 void* allocateNode() in allocateNode()1555 static void traceValue(Visitor* visitor, Node* node) in traceValue()