Searched defs:ListHashSetNodeAllocator (Results 1 – 1 of 1) sorted by relevance
122 template<typename ValueArg> struct ListHashSetNodeAllocator { struct124 typedef ListHashSetNodeAllocator<ValueArg> NodeAllocator; argument126 ListHashSetNodeAllocator() in ListHashSetNodeAllocator() function133 Node* allocate() in allocate()159 void deallocate(Node* node) in deallocate()192 typedef ListHashSetNodeAllocator<ValueArg> NodeAllocator; argument