Home
last modified time | relevance | path

Searched defs:HeapListHashSetAllocator (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/third_party/WebKit/Source/platform/heap/
DHeap.h1525 struct HeapListHashSetAllocator : public HeapAllocator { struct
1527 typedef WTF::ListHashSetNode<ValueArg, HeapListHashSetAllocator> Node; argument
1534 HeapListHashSetAllocator* get() const { return 0; } in get() argument
1537 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()