Home
last modified time | relevance | path

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

/external/webkit/JavaScriptCore/wtf/
DListHashSet.h122 template<typename ValueArg> struct ListHashSetNodeAllocator { struct
124 typedef ListHashSetNodeAllocator<ValueArg> NodeAllocator; argument
126 ListHashSetNodeAllocator() in ListHashSetNodeAllocator() function
133 Node* allocate() in allocate()
159 void deallocate(Node* node) in deallocate()
192 typedef ListHashSetNodeAllocator<ValueArg> NodeAllocator; argument