Searched defs:ListHashSetNodeAllocator (Results 1 – 1 of 1) sorted by relevance
139 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNodeAllocator { struct141 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; argument143 ListHashSetNodeAllocator() in ListHashSetNodeAllocator() function150 Node* allocate() in allocate()176 void deallocate(Node* node) in deallocate()209 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; argument