Home
last modified time | relevance | path

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

/external/webkit/Source/JavaScriptCore/wtf/
DListHashSet.h139 template<typename ValueArg, size_t inlineCapacity> struct ListHashSetNodeAllocator { struct
141 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; argument
143 ListHashSetNodeAllocator() in ListHashSetNodeAllocator() function
150 Node* allocate() in allocate()
176 void deallocate(Node* node) in deallocate()
209 typedef ListHashSetNodeAllocator<ValueArg, inlineCapacity> NodeAllocator; argument